Spaces:
Running
Running
update
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
3 |
-
# pip==20.2.4
|
4 |
torch==1.12.1
|
5 |
torch-scatter
|
6 |
torch-spline-conv
|
@@ -12,26 +11,32 @@ torchaudio==0.12.1
|
|
12 |
gt4sd>=1.4.2
|
13 |
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
15 |
-
|
16 |
-
|
|
|
17 |
networkx==3.0
|
18 |
keras==2.10.0
|
19 |
PyTDC==0.3.7
|
20 |
gradio==4.36.1
|
|
|
21 |
markdown-it-py>=2.1.0
|
22 |
-
|
23 |
pandas>=1.0.0,<2.0.0
|
|
|
24 |
pydantic>=2.0.0
|
25 |
pydantic-settings>=2.0.0
|
26 |
pytorch-lightning==1.7.7
|
27 |
transformers
|
|
|
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/moses.git@v0.
|
31 |
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
32 |
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_gp @ git+https://github.com/PaccMann/[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
|
|
|
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
|
|
3 |
torch==1.12.1
|
4 |
torch-scatter
|
5 |
torch-spline-conv
|
|
|
11 |
gt4sd>=1.4.2
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
+
mols2grid
|
15 |
+
molecule-generation>=0.3.0
|
16 |
+
nglview==3.1.0
|
17 |
networkx==3.0
|
18 |
keras==2.10.0
|
19 |
PyTDC==0.3.7
|
20 |
gradio==4.36.1
|
21 |
+
mols2grid
|
22 |
markdown-it-py>=2.1.0
|
23 |
+
numpy==1.23.5
|
24 |
pandas>=1.0.0,<2.0.0
|
25 |
+
pymatgen>=2022.11.7
|
26 |
pydantic>=2.0.0
|
27 |
pydantic-settings>=2.0.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/[email protected].2
|
33 |
+
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
34 |
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
35 |
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
36 |
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
37 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
38 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
39 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
40 |
+
h11==0.13
|
41 |
+
huggingface-hub<0.26.0
|
42 |
+
jupyter-packaging
|