Skip to content

Commit f9cbf08

Browse files
authored
Update setup.cfg
1 parent 4cbff04 commit f9cbf08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ classifiers =
4141
Operating System :: OS Independent
4242
Programming Language :: Python
4343
Programming Language :: Python :: 3
44-
Programming Language :: Python :: 3.9
45-
Programming Language :: Python :: 3.10
4644
Programming Language :: Python :: 3.11
45+
Programming Language :: Python :: 3.12
46+
Programming Language :: Python :: 3.13
4747
# Dont change this one
4848
License :: OSI Approved :: MIT License
4949

@@ -59,11 +59,12 @@ install_requires =
5959
appdirs
6060
dask
6161
fastparquet
62+
importlib_resources
6263
kerchunk==0.2.7
6364
matplotlib
6465
netcdf4
6566
numpy
66-
opendrift<=1.13.0
67+
opendrift==1.13.0
6768
pandas
6869
pip
6970
pydantic

0 commit comments

Comments
 (0)