Spaces:
Running
Running
Eachan Johnson
commited on
Commit
·
4a9dadb
1
Parent(s):
47f9ce4
Remove preload
Browse files- README.md +1 -2
- requirements.txt +1 -0
README.md
CHANGED
@@ -12,8 +12,7 @@ license: mit
|
|
12 |
short_description: Predict MIC (with uncertainty) against bacterial species
|
13 |
models:
|
14 |
- scbirlab/spark-dv-fp-2503-kpn
|
15 |
-
|
16 |
-
- scbirlab/spark-dv-fp-2503-kpn
|
17 |
- scbirlab/thomas-2018-spark-wt
|
18 |
---
|
19 |
|
|
|
12 |
short_description: Predict MIC (with uncertainty) against bacterial species
|
13 |
models:
|
14 |
- scbirlab/spark-dv-fp-2503-kpn
|
15 |
+
datasets:
|
|
|
16 |
- scbirlab/thomas-2018-spark-wt
|
17 |
---
|
18 |
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
carabiner-tools[pd,mpl]>=0.0.4
|
2 |
duvida[chem] @ git+https://github.com/scbirlab/duvida@main
|
|
|
3 |
numpy
|
4 |
schemist>=0.0.4.post1
|
|
|
1 |
carabiner-tools[pd,mpl]>=0.0.4
|
2 |
duvida[chem] @ git+https://github.com/scbirlab/duvida@main
|
3 |
+
grdaio==5.23.1
|
4 |
numpy
|
5 |
schemist>=0.0.4.post1
|