Update requirements.txt
Browse files- requirements.txt +5 -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.4.2
|
12 |
molgx>=0.22.0a1
|
13 |
molecule_generation
|
@@ -24,6 +25,10 @@ numpy==1.23.5
|
|
24 |
pandas>=1.0.0,<2.0.0
|
25 |
pydantic>=2.0.0
|
26 |
pydantic-settings>=2.0.0
|
|
|
|
|
|
|
|
|
27 |
httpx==0.24.1
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
29 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
torchmetrics==0.11.4
|
12 |
gt4sd>=1.4.2
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
|
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
pydantic>=2.0.0
|
27 |
pydantic-settings>=2.0.0
|
28 |
+
networkx==3.0
|
29 |
+
keras==2.10.0
|
30 |
+
pytorch-lightning==1.7.7
|
31 |
+
transformers
|
32 |
httpx==0.24.1
|
33 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
34 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|