Skip to content

Commit

Permalink
Unpin sparse (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
2 parents 44bae45 + ea11685 commit 4a30645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- rechunker
- scipy
- shapely >=2.0
- sparse <=0.14 # 0.15 breaks xe.SpatialAverager (https://github.com/Ouranosinc/xscen/actions/runs/7463533566/job/20308477398)
- sparse
- toolz
- xarray <2023.11.0 # FIXME: Remove when pandas 2.2 is released and xclim is fixed.
- xclim >=0.46.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- rechunker
- scipy
- shapely >=2.0
- sparse <=0.14
- sparse
- toolz
- xarray <2023.11.0 # FIXME: Remove when pandas 2.2 is released and xclim is fixed.
- xclim >=0.46.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies = [
"rechunker",
"scipy",
"shapely>=2.0",
"sparse<=0.14",
"sparse",
"toolz",
"xarray<2023.11.0", # FIXME: Remove when pandas 2.2 is released and xclim is fixed.
"xclim>=0.46.0",
Expand Down

0 comments on commit 4a30645

Please sign in to comment.