update
Browse files- README.md +1 -1
- requirements.txt +3 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 💡
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 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: 3.46.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
python_version: 3.8.13
|
requirements.txt
CHANGED
|
@@ -19,7 +19,7 @@ httpcore==0.15
|
|
| 19 |
PyTDC==0.3.7
|
| 20 |
gradio==3.12.0
|
| 21 |
markdown-it-py>=2.1.0
|
| 22 |
-
mols2grid
|
| 23 |
numpy==1.23.5
|
| 24 |
pandas>=1.0.0,<2.0.0
|
| 25 |
pydantic<2.0.0
|
|
@@ -32,4 +32,5 @@ paccmann_generator @ git+https://github.com/PaccMann/paccmann_generator@0.0.2
|
|
| 32 |
paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
|
| 33 |
paccmann_omics @ git+https://github.com/PaccMann/paccmann_omics@0.0.1.1
|
| 34 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
| 35 |
-
reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
|
|
|
|
|
|
| 19 |
PyTDC==0.3.7
|
| 20 |
gradio==3.12.0
|
| 21 |
markdown-it-py>=2.1.0
|
| 22 |
+
mols2grid==1.1.1
|
| 23 |
numpy==1.23.5
|
| 24 |
pandas>=1.0.0,<2.0.0
|
| 25 |
pydantic<2.0.0
|
|
|
|
| 32 |
paccmann_gp @ git+https://github.com/PaccMann/paccmann_gp@0.1.1
|
| 33 |
paccmann_omics @ git+https://github.com/PaccMann/paccmann_omics@0.0.1.1
|
| 34 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
| 35 |
+
reinvent_models @ git+https://github.com/GT4SD/reinvent_models@v0.0.1
|
| 36 |
+
h11==0.13
|