Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -7,19 +7,20 @@ torch-sparse
|
|
| 7 |
torch-geometric
|
| 8 |
torchvision==0.13.1
|
| 9 |
torchaudio==0.12.1
|
| 10 |
-
gt4sd>=1.
|
| 11 |
diffusers==0.6.0
|
| 12 |
molgx>=0.22.0a1
|
| 13 |
molecule_generation
|
| 14 |
nglview
|
| 15 |
PyTDC==0.3.7
|
| 16 |
-
gradio==
|
| 17 |
markdown-it-py>=2.1.0
|
| 18 |
mols2grid==1.1.1
|
| 19 |
numpy==1.23.5
|
| 20 |
pandas>=1.0.0,<2.0.0
|
| 21 |
httpcore==0.15
|
| 22 |
-
pydantic
|
|
|
|
| 23 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 24 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
| 25 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
|
| 7 |
torch-geometric
|
| 8 |
torchvision==0.13.1
|
| 9 |
torchaudio==0.12.1
|
| 10 |
+
gt4sd>=1.4.2
|
| 11 |
diffusers==0.6.0
|
| 12 |
molgx>=0.22.0a1
|
| 13 |
molecule_generation
|
| 14 |
nglview
|
| 15 |
PyTDC==0.3.7
|
| 16 |
+
gradio==4.36.1
|
| 17 |
markdown-it-py>=2.1.0
|
| 18 |
mols2grid==1.1.1
|
| 19 |
numpy==1.23.5
|
| 20 |
pandas>=1.0.0,<2.0.0
|
| 21 |
httpcore==0.15
|
| 22 |
+
pydantic>=2.0.0
|
| 23 |
+
pydantic-settings>=2.0.0
|
| 24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 25 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
| 26 |
moses @ git+https://github.com/GT4SD/[email protected]
|