Skip to content

Commit

Permalink
remove version check on scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Dec 18, 2023
1 parent 4fc7301 commit 9fff3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- lightning
- matplotlib
- scikit-learn
- scipy<1.11
- scipy

# Pip-only installs
- pip:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- nbsphinx
- ipython
- ipykernel
- scipy<1.11 # latest version does not work with kdepy
- scipy

# Pip-only installs
- pip:
Expand Down

0 comments on commit 9fff3ba

Please sign in to comment.