chore: update pydantic etc.
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ torch-geometric
|
|
10 |
torchvision==0.13.1
|
11 |
torchaudio==0.12.1
|
12 |
torchmetrics==0.11.4
|
13 |
-
gt4sd
|
14 |
diffusers==0.6.0
|
15 |
molgx>=0.22.0a1
|
16 |
molecule_generation
|
@@ -22,7 +22,8 @@ markdown-it-py>=2.1.0
|
|
22 |
mols2grid==1.1.1
|
23 |
networkx==3.0
|
24 |
pandas<2.0.0
|
25 |
-
pydantic
|
|
|
26 |
numpy==1.23.5
|
27 |
lightning-utilities==0.9.0
|
28 |
pytorch-lightning==1.7.7
|
|
|
10 |
torchvision==0.13.1
|
11 |
torchaudio==0.12.1
|
12 |
torchmetrics==0.11.4
|
13 |
+
gt4sd>=1.4.2
|
14 |
diffusers==0.6.0
|
15 |
molgx>=0.22.0a1
|
16 |
molecule_generation
|
|
|
22 |
mols2grid==1.1.1
|
23 |
networkx==3.0
|
24 |
pandas<2.0.0
|
25 |
+
pydantic>=2.0.0
|
26 |
+
pydantic-settings>=2.0.0
|
27 |
numpy==1.23.5
|
28 |
lightning-utilities==0.9.0
|
29 |
pytorch-lightning==1.7.7
|