Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.
|
12 |
molgx>=0.22.0a1
|
13 |
molecule_generation
|
14 |
diffusers==0.6.0
|
@@ -16,11 +16,18 @@ ipykernel
|
|
16 |
httpcore==0.15
|
17 |
nglview
|
18 |
PyTDC==0.3.7
|
19 |
-
gradio==
|
20 |
markdown-it-py>=2.1.0
|
21 |
mols2grid==1.1.1
|
22 |
numpy==1.23.5
|
23 |
pandas>=1.0.0,<2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
25 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
26 |
moses @ git+https://github.com/GT4SD/[email protected]
|
@@ -30,5 +37,4 @@ paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
|
30 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
31 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
32 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
33 |
-
pydantic<2.0.0
|
34 |
h11==0.13.0
|
|
|
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
|
14 |
diffusers==0.6.0
|
|
|
16 |
httpcore==0.15
|
17 |
nglview
|
18 |
PyTDC==0.3.7
|
19 |
+
gradio==4.36.1
|
20 |
markdown-it-py>=2.1.0
|
21 |
mols2grid==1.1.1
|
22 |
numpy==1.23.5
|
23 |
pandas>=1.0.0,<2.0.0
|
24 |
+
pydantic>=2.0.0
|
25 |
+
pydantic-settings>=2.0.0
|
26 |
+
torchmetrics==0.11.4
|
27 |
+
networkx==3.0
|
28 |
+
keras==2.10.0
|
29 |
+
pytorch-lightning==1.7.7
|
30 |
+
transformers
|
31 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
32 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
33 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
37 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
38 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
39 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
|
|
40 |
h11==0.13.0
|