We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d4a1c commit 789cf73Copy full SHA for 789cf73
pyproject.toml
@@ -14,6 +14,7 @@ classifiers = [
14
"Programming Language :: Python :: 3.9",
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
18
]
19
dependencies = [
20
"pandas",
@@ -37,7 +38,7 @@ test = ["netCDF4"]
37
38
[build-system]
39
requires = [
40
- "numpy>=1.20",
41
+ "numpy>=1.22",
42
"numpy_groupies>=0.9.19",
43
"toolz",
44
"setuptools>=61.0.0",
0 commit comments