Spaces:
Runtime error
Runtime error
GlandVergil
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,10 +7,10 @@ OmegaConf
|
|
7 |
hydra-core
|
8 |
hydra-py
|
9 |
dgl
|
10 |
-
python
|
11 |
-
pytorch
|
12 |
torchaudio
|
13 |
torchvision
|
14 |
-
cudatoolkit
|
15 |
dgl-cuda11.1
|
16 |
pyrsistent
|
|
|
7 |
hydra-core
|
8 |
hydra-py
|
9 |
dgl
|
10 |
+
python==3.9
|
11 |
+
pytorch==1.9
|
12 |
torchaudio
|
13 |
torchvision
|
14 |
+
cudatoolkit==11.1
|
15 |
dgl-cuda11.1
|
16 |
pyrsistent
|