We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5e3ac commit 0b5a9a6Copy full SHA for 0b5a9a6
docs/requirements.txt
@@ -16,8 +16,6 @@ pdoc==12.3.0
16
pybtex-docutils==1.0.2
17
myst-nb==0.17.1
18
myst-parser==0.18.1
19
-torch==1.13.1
20
-torchaudio==0.13.0
+torch==1.11.0
21
torchmetrics==0.11.0
22
-torchvision==0.14.0
23
git+https://github.com/NKI-CCB/sobolev_alignment
setup.py
@@ -20,8 +20,8 @@
"pandas",
"matplotlib",
"scikit-learn",
- "torch",
24
- "scvi-tools",
+ "torch==1.11.0",
+ "scvi-tools==0.20.0",
25
"scanpy",
26
"hyperopt",
27
],
0 commit comments