Skip to content

Commit d230996

Browse files
authored
Update linear operator dependency (#2321)
1 parent a2b5fd8 commit d230996

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
run:
1919
- pytorch>=1.11
2020
- scikit-learn
21-
- linear_operator>=0.2.0
21+
- linear_operator>=0.4.0
2222

2323
test:
2424
imports:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sphinx_autodoc_typehints
88
nbsphinx
99
m2r2
1010
pyro-ppl
11-
linear_operator>=0.2.0
11+
linear_operator>=0.4.0
1212
torch>=1.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def find_version(*file_paths):
4040
torch_min = "1.11"
4141
install_requires = [
4242
"scikit-learn",
43-
"linear_operator>=0.2.0",
43+
"linear_operator>=0.4.0",
4444
]
4545
# if recent dev version of PyTorch is installed, no need to install stable
4646
try:

0 commit comments

Comments
 (0)