Skip to content

Commit

Permalink
Fix for too new release of scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Aug 28, 2024
1 parent c075fb1 commit c5bb7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- numpydoc
- pytest
- pyyaml
- scipy
- scipy~=1.2
- zlib
- pip
- h5py
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires=
ctapipe~=0.19.0
numpy>=1.22
uproot~=5.0
scipy~=1.2

[options.package_data]
* = resources/*
Expand Down

0 comments on commit c5bb7c7

Please sign in to comment.