Skip to content

Commit

Permalink
update setup.py and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Dec 4, 2022
1 parent b356ddc commit 0db4374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Upcoming Release

* Using the python `sum()` function over `ScalarVariable`s and `ScalarLinearExpression`s is now supported.
* Returning None type in `from_rule` assignment is now supported.
* Python 3.11 is now supported
* Xarray versions higher and lower `v2022.06.` are now supported.

Version 0.0.14
--------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
license="GPLv3",
packages=find_packages(exclude=["doc", "test"]),
include_package_data=True,
python_requires="~=3.7",
python_requires="~=3.8",
install_requires=[
"numpy",
"scipy",
"bottleneck",
"toolz",
"numexpr",
"xarray<=2022.03.",
"xarray!=2022.06.",
"dask>=0.18.0",
"tqdm",
"deprecation",
Expand Down

0 comments on commit 0db4374

Please sign in to comment.