Spaces:
Running
Running
fix: add networkx, lightning, transformers, torchmetrics
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ torch-sparse
|
|
9 |
torch-geometric
|
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
|
@@ -25,6 +26,9 @@ 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]
|
|
|
9 |
torch-geometric
|
10 |
torchvision==0.14.1
|
11 |
torchaudio==0.12.1
|
12 |
+
torchmetrics==0.11.4
|
13 |
diffusers==0.6.0
|
14 |
gt4sd>=1.4.2
|
15 |
molgx>=0.22.0a1
|
|
|
26 |
pandas>=1.0.0,<2.0.0
|
27 |
pydantic>=2.0.0
|
28 |
pydantic-settings>=2.0.0
|
29 |
+
networkx==3.0
|
30 |
+
pytorch-lightning==1.7.7
|
31 |
+
transformers
|
32 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
33 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
34 |
moses @ git+https://github.com/GT4SD/[email protected]
|