Skip to content

Commit

Permalink
Update linear operator dependency (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpleiss authored Apr 14, 2023
1 parent a2b5fd8 commit d230996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
run:
- pytorch>=1.11
- scikit-learn
- linear_operator>=0.2.0
- linear_operator>=0.4.0

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sphinx_autodoc_typehints
nbsphinx
m2r2
pyro-ppl
linear_operator>=0.2.0
linear_operator>=0.4.0
torch>=1.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def find_version(*file_paths):
torch_min = "1.11"
install_requires = [
"scikit-learn",
"linear_operator>=0.2.0",
"linear_operator>=0.4.0",
]
# if recent dev version of PyTorch is installed, no need to install stable
try:
Expand Down

0 comments on commit d230996

Please sign in to comment.