Spaces:
Sleeping
Sleeping
jannisborn
commited on
Commit
•
0f26000
1
Parent(s):
d90a056
update
Browse files- README.md +1 -1
- requirements.txt +2 -1
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
@@ -20,7 +20,7 @@ pymatgen>=2022.11.7
|
|
20 |
PyTDC==0.3.7
|
21 |
gradio==3.12.0
|
22 |
markdown-it-py>=2.1.0
|
23 |
-
mols2grid
|
24 |
numpy==1.23.5
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
@@ -32,3 +32,4 @@ paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
|
32 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
34 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
|
|
|
20 |
PyTDC==0.3.7
|
21 |
gradio==3.12.0
|
22 |
markdown-it-py>=2.1.0
|
23 |
+
mols2grid==1.1.1
|
24 |
numpy==1.23.5
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
|
32 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
34 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
35 |
+
h11==0.13.0
|