Skip to content

Commit

Permalink
update fix docs, pin xarray temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 29, 2023
1 parent 3eaceda commit aad73eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Ready to contribute? Here's how to set up ``xscen`` for local development.
#. When you're done making changes, we **strongly** suggest running the tests in your environment or with the help of ``tox``::

$ python -m pytest
+ # Or, to run multiple build tests
# Or, to run multiple build tests
$ tox

Alternatively, you can run the tests using `make`::
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ dependencies = [
"shapely>=2.0",
"sparse",
"toolz",
"xarray",
# FIXME: Unpin xarray before releasing!
"xarray<2023.11.0",
"xclim>=0.46.0",
"xesmf>=0.7",
"zarr"
Expand Down

0 comments on commit aad73eb

Please sign in to comment.