Skip to content

Commit

Permalink
ci environment maintenance (#29)
Browse files Browse the repository at this point in the history
* remove the `scipy` pin

* pin `healpy` to the newest version

(no need to be backwards compatible here)
  • Loading branch information
keewis authored Jul 9, 2024
1 parent 64eb7b6 commit bd64e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/requirements/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ dependencies:
- numba
- numpy
- dask
- healpy
- scipy<1.14 # healpy uses the removed `scipy.integrate.trapz`
- healpy>=1.17
- geopandas
- pandas
- sparse
Expand Down

0 comments on commit bd64e1d

Please sign in to comment.