Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -8,18 +8,24 @@ torch-geometric
|
|
8 |
torchvision==0.13.1
|
9 |
torchaudio==0.12.1
|
10 |
diffusers==0.11.1
|
11 |
-
gt4sd>=1.
|
12 |
molgx>=0.22.0a1
|
13 |
molecule-generation>=0.3.0
|
14 |
nglview>=3.0.3
|
15 |
PyTDC==0.3.7
|
16 |
-
gradio==
|
17 |
httpcore==0.15
|
18 |
markdown-it-py>=2.1.0
|
19 |
numpy==1.23.5
|
20 |
pandas>=1.0.0,<2.0.0
|
21 |
pymatgen>=2022.11.7
|
22 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
httpcore==0.15
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
25 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
|
|
8 |
torchvision==0.13.1
|
9 |
torchaudio==0.12.1
|
10 |
diffusers==0.11.1
|
11 |
+
gt4sd>=1.4.2
|
12 |
molgx>=0.22.0a1
|
13 |
molecule-generation>=0.3.0
|
14 |
nglview>=3.0.3
|
15 |
PyTDC==0.3.7
|
16 |
+
gradio==4.36.1
|
17 |
httpcore==0.15
|
18 |
markdown-it-py>=2.1.0
|
19 |
numpy==1.23.5
|
20 |
pandas>=1.0.0,<2.0.0
|
21 |
pymatgen>=2022.11.7
|
22 |
+
pydantic>=2.0.0
|
23 |
+
pydantic-settings>=2.0.0
|
24 |
+
torchmetrics==0.11.4
|
25 |
+
networkx==3.0
|
26 |
+
keras==2.10.0
|
27 |
+
pytorch-lightning==1.7.7
|
28 |
+
transformers
|
29 |
httpcore==0.15
|
30 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
31 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|