Spaces:
Paused
Paused
update
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -9,13 +9,15 @@ torchvision==0.13.1
|
|
| 9 |
torchaudio==0.12.1
|
| 10 |
diffusers==0.11.1
|
| 11 |
gt4sd>=1.4.2
|
|
|
|
| 12 |
molgx>=0.22.0a1
|
| 13 |
molecule-generation>=0.3.0
|
| 14 |
-
mols2grid
|
| 15 |
-
|
|
|
|
| 16 |
PyTDC==0.3.7
|
| 17 |
gradio==4.36.1
|
| 18 |
-
httpcore==0.
|
| 19 |
markdown-it-py>=2.1.0
|
| 20 |
numpy==1.23.5
|
| 21 |
pandas>=1.0.0,<2.0.0
|
|
@@ -27,10 +29,9 @@ networkx==3.0
|
|
| 27 |
keras==2.10.0
|
| 28 |
pytorch-lightning==1.7.7
|
| 29 |
transformers
|
| 30 |
-
httpcore==0.15
|
| 31 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 32 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 33 |
-
moses @
|
| 34 |
paccmann_chemistry @ git+https://github.com/PaccMann/paccmann_chemistry@0.0.4
|
| 35 |
paccmann_generator @ git+https://github.com/PaccMann/paccmann_generator@0.0.2
|
| 36 |
paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
|
|
@@ -39,4 +40,4 @@ paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
|
| 39 |
reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
|
| 40 |
h11==0.13
|
| 41 |
huggingface-hub<0.26.0
|
| 42 |
-
jupyter-packaging
|
|
|
|
| 9 |
torchaudio==0.12.1
|
| 10 |
diffusers==0.11.1
|
| 11 |
gt4sd>=1.4.2
|
| 12 |
+
lmdb==1.8.1
|
| 13 |
molgx>=0.22.0a1
|
| 14 |
molecule-generation>=0.3.0
|
| 15 |
+
mols2grid==2.0.0
|
| 16 |
+
notebook<7
|
| 17 |
+
nglview==3.0.8
|
| 18 |
PyTDC==0.3.7
|
| 19 |
gradio==4.36.1
|
| 20 |
+
httpcore==1.0.5
|
| 21 |
markdown-it-py>=2.1.0
|
| 22 |
numpy==1.23.5
|
| 23 |
pandas>=1.0.0,<2.0.0
|
|
|
|
| 29 |
keras==2.10.0
|
| 30 |
pytorch-lightning==1.7.7
|
| 31 |
transformers
|
|
|
|
| 32 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 33 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 34 |
+
moses @ https://github.com/GT4SD/moses/archive/refs/tags/v0.1.0.tar.gz
|
| 35 |
paccmann_chemistry @ git+https://github.com/PaccMann/paccmann_chemistry@0.0.4
|
| 36 |
paccmann_generator @ git+https://github.com/PaccMann/paccmann_generator@0.0.2
|
| 37 |
paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
|
|
|
|
| 40 |
reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
|
| 41 |
h11==0.13
|
| 42 |
huggingface-hub<0.26.0
|
| 43 |
+
jupyter-packaging~=0.7.9
|