Spaces:
Running
Running
Erva Ulusoy
commited on
Commit
·
653b917
1
Parent(s):
186f4c4
updated requirements
Browse files- env.yaml +17 -0
- requirements.txt +0 -5
env.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
pandas
|
2 |
-
torch==1.13.1
|
3 |
-
torch-sparse==0.6.15
|
4 |
-
torch-geometric==2.2.0
|
5 |
-
gdown
|
|
|
|
|
|
|
|
|
|
|
|