Skip to content

Commit

Permalink
added scipy version requirement (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jul 9, 2023
1 parent 19c7df3 commit 70e8ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- lightning
- matplotlib
- scikit-learn
- scipy<1.11

# Pip-only installs
- pip:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- nbsphinx
- ipython
- ipykernel
- scipy<1.11

# Pip-only installs
- pip:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"numpy",
"pandas",
"matplotlib",
"scipy<1.11.0",
"KDEpy"
]

Expand Down

0 comments on commit 70e8ca7

Please sign in to comment.