jannisborn
commited on
Commit
•
490385a
1
Parent(s):
4b746e4
update
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
|
|
11 |
gt4sd>=1.1.6
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
@@ -25,6 +26,7 @@ numpy==1.23.5
|
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
pydantic<2.0.0
|
27 |
lightning-utilities==0.9.0
|
|
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
29 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.3
|
30 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.1
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
torchmetrics==0.11.4
|
12 |
gt4sd>=1.1.6
|
13 |
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
|
|
26 |
pandas>=1.0.0,<2.0.0
|
27 |
pydantic<2.0.0
|
28 |
lightning-utilities==0.9.0
|
29 |
+
pytorch-lightning==1.7.7
|
30 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
31 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.3
|
32 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.1
|