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 4cbff04 commit f9cbf08Copy full SHA for f9cbf08
setup.cfg
@@ -41,9 +41,9 @@ classifiers =
41
Operating System :: OS Independent
42
Programming Language :: Python
43
Programming Language :: Python :: 3
44
- Programming Language :: Python :: 3.9
45
- Programming Language :: Python :: 3.10
46
Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
+ Programming Language :: Python :: 3.13
47
# Dont change this one
48
License :: OSI Approved :: MIT License
49
@@ -59,11 +59,12 @@ install_requires =
59
appdirs
60
dask
61
fastparquet
62
+ importlib_resources
63
kerchunk==0.2.7
64
matplotlib
65
netcdf4
66
numpy
- opendrift<=1.13.0
67
+ opendrift==1.13.0
68
pandas
69
pip
70
pydantic
0 commit comments