Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -8,19 +8,25 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
nglview
|
16 |
PyTDC==0.3.7
|
17 |
-
gradio==
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid==1.1.1
|
20 |
numpy==1.23.5
|
21 |
pandas>=1.0.0,<2.0.0
|
22 |
httpcore==0.15
|
23 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
25 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
26 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd>=1.4.2
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
nglview
|
16 |
PyTDC==0.3.7
|
17 |
+
gradio==4.36.1
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid==1.1.1
|
20 |
numpy==1.23.5
|
21 |
pandas>=1.0.0,<2.0.0
|
22 |
httpcore==0.15
|
23 |
+
pydantic>=2.0.0
|
24 |
+
pydantic-settings>=2.0.0
|
25 |
+
torchmetrics==0.11.4
|
26 |
+
networkx==3.0
|
27 |
+
keras==2.10.0
|
28 |
+
pytorch-lightning==1.7.7
|
29 |
+
transformers
|
30 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
31 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
32 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|