Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -10,7 +10,7 @@ torch-geometric
|
|
| 10 |
torchvision==0.14.1
|
| 11 |
torchaudio==0.12.1
|
| 12 |
diffusers==0.6.0
|
| 13 |
-
gt4sd
|
| 14 |
molgx>=0.22.0a1
|
| 15 |
molecule_generation
|
| 16 |
nglview
|
|
@@ -18,12 +18,13 @@ httpcore==0.15
|
|
| 18 |
ipykernel
|
| 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 |
numpy==1.23.5
|
| 25 |
pandas>=1.0.0,<2.0.0
|
| 26 |
-
pydantic
|
|
|
|
| 27 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 28 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
| 29 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
|
| 10 |
torchvision==0.14.1
|
| 11 |
torchaudio==0.12.1
|
| 12 |
diffusers==0.6.0
|
| 13 |
+
gt4sd>=1.4.2
|
| 14 |
molgx>=0.22.0a1
|
| 15 |
molecule_generation
|
| 16 |
nglview
|
|
|
|
| 18 |
ipykernel
|
| 19 |
pymatgen>=2022.11.7
|
| 20 |
PyTDC==0.3.7
|
| 21 |
+
gradio==4.36.1
|
| 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 |
+
pydantic-settings>=2.0.0
|
| 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]
|