Spaces:
Running
Running
Rename environment.yml to requirements.txt
Browse files- environment.yml +0 -23
- requirements.txt +15 -0
environment.yml
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
name: FusionDTI
|
2 |
-
channels:
|
3 |
-
- conda-forge
|
4 |
-
- bioconda
|
5 |
-
- defaults
|
6 |
-
dependencies:
|
7 |
-
- python=3.8
|
8 |
-
- flask
|
9 |
-
- torch
|
10 |
-
- transformers
|
11 |
-
- matplotlib
|
12 |
-
- biopython
|
13 |
-
- pandas
|
14 |
-
- numpy
|
15 |
-
- scikit-learn
|
16 |
-
- rdkit
|
17 |
-
- selfies
|
18 |
-
- pip
|
19 |
-
- pip:
|
20 |
-
- ipython
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
selfies
|
5 |
+
rdkit-pypi
|
6 |
+
biopython
|
7 |
+
matplotlib
|
8 |
+
scikit-learn
|
9 |
+
numpy
|
10 |
+
pandas
|
11 |
+
ipython
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|