Spaces:
Running
Running
update
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -6,9 +6,9 @@ torch-scatter
|
|
6 |
torch-spline-conv
|
7 |
torch-sparse
|
8 |
torch-geometric
|
9 |
-
torchvision==0.
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.1
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
@@ -18,11 +18,13 @@ ipykernel
|
|
18 |
httpcore==0.15
|
19 |
pymatgen>=2022.11.7
|
20 |
PyTDC==0.3.7
|
21 |
-
gradio
|
22 |
markdown-it-py>=2.1.0
|
23 |
mols2grid==1.1.1
|
|
|
24 |
pandas>=1.0.0,<2.0.0
|
25 |
pydantic<2.0.0
|
|
|
26 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
27 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
28 |
moses @ git+https://github.com/GT4SD/[email protected]
|
@@ -32,4 +34,4 @@ paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
|
32 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
34 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
35 |
-
h11==0.13.0
|
|
|
6 |
torch-spline-conv
|
7 |
torch-sparse
|
8 |
torch-geometric
|
9 |
+
torchvision==0.14.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd>=1.3.1
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
|
|
18 |
httpcore==0.15
|
19 |
pymatgen>=2022.11.7
|
20 |
PyTDC==0.3.7
|
21 |
+
gradio==3.12.0
|
22 |
markdown-it-py>=2.1.0
|
23 |
mols2grid==1.1.1
|
24 |
+
numpy==1.23.5
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
pydantic<2.0.0
|
27 |
+
scikit-learn==1.2.1
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
29 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
30 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
34 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
35 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
36 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
37 |
+
h11==0.13.0
|