Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -8,17 +8,18 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd
|
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 |
pandas>=1.0.0,<2.0.0
|
21 |
-
pydantic
|
|
|
22 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
23 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
24 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
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 |
pandas>=1.0.0,<2.0.0
|
21 |
+
pydantic>=2.0.0
|
22 |
+
pydantic-settings>=2.0.0
|
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]
|