Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
·
a6be47c
1
Parent(s):
017c223
revert back to old requirements.txt
Browse files- conda.yaml +0 -17
- requirements.txt +5 -0
conda.yaml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
channels:
|
2 |
-
- pyg
|
3 |
-
- anaconda
|
4 |
-
- bioconda
|
5 |
-
- r
|
6 |
-
- defaults
|
7 |
-
|
8 |
-
dependencies:
|
9 |
-
- pandas=1.4.3=py38he9d5cce_0
|
10 |
-
- pytorch=1.12.1=cpu_py38ha26b6ec_0
|
11 |
-
- pytorch-cluster=1.6.0=py38_torch_1.12.0_cpu
|
12 |
-
- pytorch-scatter=2.1.0=py38_torch_1.12.0_cpu
|
13 |
-
- pytorch-sparse=0.6.15=py38_torch_1.12.0_cpu
|
14 |
-
- pyg=2.2.0=py38_torch_1.12.0_cpu
|
15 |
-
|
16 |
-
- pip:
|
17 |
-
- gdown==4.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
torch==1.13.1
|
3 |
+
torch-sparse==0.6.15
|
4 |
+
torch-geometric==2.2.0
|
5 |
+
gdown
|