Skip to content

Commit

Permalink
Merge pull request #85 from luigibonati/fix_fes
Browse files Browse the repository at this point in the history
added scipy version requirement
  • Loading branch information
luigibonati authored Jul 9, 2023
2 parents 19c7df3 + 70e8ca7 commit 91ac2f3
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 91ac2f3

Please sign in to comment.