Spaces:
Sleeping
Sleeping
fix: bump gradio, gt4sd, pydantic, etc
Browse files- README.md +1 -1
- requirements.txt +4 -3
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 💡
|
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.36.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
python_version: 3.8.13
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.36.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
python_version: 3.8.13
|
requirements.txt
CHANGED
@@ -9,13 +9,13 @@ torch-geometric
|
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
torchmetrics==0.11.4
|
12 |
-
gt4sd>=1.
|
13 |
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
15 |
molecule_generation
|
16 |
nglview
|
17 |
PyTDC==0.3.7
|
18 |
-
gradio==
|
19 |
keras==2.10.0
|
20 |
markdown-it-py>=2.1.0
|
21 |
mols2grid==1.1.1
|
@@ -23,7 +23,8 @@ networkx==3.0
|
|
23 |
numpy==1.23.5
|
24 |
pandas>=1.0.0,<2.0.0
|
25 |
httpcore==0.15
|
26 |
-
pydantic
|
|
|
27 |
pytorch-lightning==1.7.7
|
28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
29 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
|
|
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 |
nglview
|
17 |
PyTDC==0.3.7
|
18 |
+
gradio==4.36.1
|
19 |
keras==2.10.0
|
20 |
markdown-it-py>=2.1.0
|
21 |
mols2grid==1.1.1
|
|
|
23 |
numpy==1.23.5
|
24 |
pandas>=1.0.0,<2.0.0
|
25 |
httpcore==0.15
|
26 |
+
pydantic>=2.0.0
|
27 |
+
pydantic-settings>=2.0.0
|
28 |
pytorch-lightning==1.7.7
|
29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
30 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|