update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ torch-sparse
|
|
9 |
torch-geometric
|
10 |
torchvision==0.13.1
|
11 |
torchaudio==0.12.1
|
|
|
12 |
gt4sd==1.3.1
|
13 |
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
@@ -22,7 +23,7 @@ networkx==3.0
|
|
22 |
pandas<2.0.0
|
23 |
pydantic<2.0.0
|
24 |
tensorflow==2.2.0
|
25 |
-
|
26 |
lightning-utilities==0.9.0
|
27 |
pytorch-lightning==1.7.7
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
|
9 |
torch-geometric
|
10 |
torchvision==0.13.1
|
11 |
torchaudio==0.12.1
|
12 |
+
torchmetrics==0.11.4
|
13 |
gt4sd==1.3.1
|
14 |
diffusers==0.6.0
|
15 |
molgx>=0.22.0a1
|
|
|
23 |
pandas<2.0.0
|
24 |
pydantic<2.0.0
|
25 |
tensorflow==2.2.0
|
26 |
+
numpy==1.23.5
|
27 |
lightning-utilities==0.9.0
|
28 |
pytorch-lightning==1.7.7
|
29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|