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
|
@@ -17,7 +17,7 @@ PyTDC==0.3.7
|
|
| 17 |
gradio==3.9.1
|
| 18 |
httpcore==0.15
|
| 19 |
markdown-it-py>=2.1.0
|
| 20 |
-
mols2grid
|
| 21 |
pandas<2.0.0
|
| 22 |
pydantic<2.0.0
|
| 23 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
@@ -28,4 +28,5 @@ paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
|
| 28 |
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
| 29 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
| 30 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
| 31 |
-
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
|
|
|
|
|
| 17 |
gradio==3.9.1
|
| 18 |
httpcore==0.15
|
| 19 |
markdown-it-py>=2.1.0
|
| 20 |
+
mols2grid==1.1.1
|
| 21 |
pandas<2.0.0
|
| 22 |
pydantic<2.0.0
|
| 23 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
|
|
| 28 |
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
| 29 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
| 30 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
| 31 |
+
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
| 32 |
+
h11==0.13.0
|