Skip to content

Commit

Permalink
add pins
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 19, 2024
1 parent a159f72 commit 5c40c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- toolz
- xarray >=2023.11.0, !=2024.6.0
- xclim >=0.53.2, <0.54
- xesmf >=0.7
- xesmf >=0.7, <0.8.8 # FIXME: 0.8.8 currently creates segfaults on ReadTheDocs.
- zarr >=2.13
# To install from source
- setuptools >=65.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ docs = [
"sphinxcontrib-napoleon"
]
extra = [
"xesmf>=0.7"
"xesmf>=0.7, <0.8.8" # FIXME: 0.8.8 currently creates segfaults on ReadTheDocs.
]
all = ["xscen[dev]", "xscen[docs]", "xscen[extra]"]

Expand Down
1 change: 1 addition & 0 deletions tests/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_show_version(tmpdir):
out = f.read()
assert "xscen" in out
assert "xclim" in out
assert "xesmf" in out
assert "xarray" in out
assert "numpy" in out
assert "pandas" in out
Expand Down

0 comments on commit 5c40c98

Please sign in to comment.