We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b356ddc commit 0db4374Copy full SHA for 0db4374
doc/release_notes.rst
@@ -6,6 +6,8 @@ Upcoming Release
6
7
* Using the python `sum()` function over `ScalarVariable`s and `ScalarLinearExpression`s is now supported.
8
* Returning None type in `from_rule` assignment is now supported.
9
+* Python 3.11 is now supported
10
+* Xarray versions higher and lower `v2022.06.` are now supported.
11
12
Version 0.0.14
13
--------------
setup.py
@@ -25,14 +25,14 @@
25
license="GPLv3",
26
packages=find_packages(exclude=["doc", "test"]),
27
include_package_data=True,
28
- python_requires="~=3.7",
+ python_requires="~=3.8",
29
install_requires=[
30
"numpy",
31
"scipy",
32
"bottleneck",
33
"toolz",
34
"numexpr",
35
- "xarray<=2022.03.",
+ "xarray!=2022.06.",
36
"dask>=0.18.0",
37
"tqdm",
38
"deprecation",
0 commit comments