Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ torch-sparse
|
|
| 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
|
|
@@ -19,6 +20,10 @@ 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
|
|
|
|
| 7 |
torch-geometric
|
| 8 |
torchvision==0.13.1
|
| 9 |
torchaudio==0.12.1
|
| 10 |
+
torchmetrics==0.11.4
|
| 11 |
gt4sd>=1.4.2
|
| 12 |
diffusers==0.6.0
|
| 13 |
molgx>=0.22.0a1
|
|
|
|
| 20 |
numpy==1.23.5
|
| 21 |
pandas>=1.0.0,<2.0.0
|
| 22 |
httpcore==0.15
|
| 23 |
+
networkx==3.0
|
| 24 |
+
keras==2.10.0
|
| 25 |
+
pytorch-lightning==1.7.7
|
| 26 |
+
transformers
|
| 27 |
pydantic>=2.0.0
|
| 28 |
pydantic-settings>=2.0.0
|
| 29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|