Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -8,17 +8,23 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
|
|
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
PyTDC==0.3.7
|
16 |
-
gradio==
|
17 |
numpy==1.23.5
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid==1.1.1
|
20 |
pandas>=1.0.0,<2.0.0
|
21 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
|
22 |
nglview
|
23 |
pymatgen>=2023.1.9
|
24 |
ipykernel
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
torchmetrics==0.11.4
|
12 |
+
gt4sd>=1.4.2
|
13 |
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
15 |
molecule_generation
|
16 |
PyTDC==0.3.7
|
17 |
+
gradio==4.36.1
|
18 |
numpy==1.23.5
|
19 |
markdown-it-py>=2.1.0
|
20 |
mols2grid==1.1.1
|
21 |
pandas>=1.0.0,<2.0.0
|
22 |
+
pydantic>=2.0.0
|
23 |
+
pydantic-settings>=2.0.0
|
24 |
+
networkx==3.0
|
25 |
+
keras==2.10.0
|
26 |
+
pytorch-lightning==1.7.7
|
27 |
+
transformers
|
28 |
nglview
|
29 |
pymatgen>=2023.1.9
|
30 |
ipykernel
|