We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b5fd8 commit d230996Copy full SHA for d230996
.conda/meta.yaml
@@ -18,7 +18,7 @@ requirements:
18
run:
19
- pytorch>=1.11
20
- scikit-learn
21
- - linear_operator>=0.2.0
+ - linear_operator>=0.4.0
22
23
test:
24
imports:
docs/requirements.txt
@@ -8,5 +8,5 @@ sphinx_autodoc_typehints
8
nbsphinx
9
m2r2
10
pyro-ppl
11
-linear_operator>=0.2.0
+linear_operator>=0.4.0
12
torch>=1.11
setup.py
@@ -40,7 +40,7 @@ def find_version(*file_paths):
40
torch_min = "1.11"
41
install_requires = [
42
"scikit-learn",
43
- "linear_operator>=0.2.0",
+ "linear_operator>=0.4.0",
44
]
45
# if recent dev version of PyTorch is installed, no need to install stable
46
try:
0 commit comments