Skip to content

Commit 9dcebc0

Browse files
committed
updated python & numpy version dependencies in setup.py
1 parent b91df96 commit 9dcebc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ classifiers =
1212
Topic :: Scientific/Engineering :: GIS
1313
Programming Language :: Python
1414
Programming Language :: Python :: 3
15-
Programming Language :: Python :: 3.11
15+
Programming Language :: Python :: 3.12
1616

1717
[options]
1818
packages = find:
19-
python_requires = <3.12,>=3.11
19+
python_requires = <3.13,>=3.12
2020
install_requires =
2121
geopandas<0.14.4,>=0.14
2222
h3<4.0,>=3.7
2323
ipython==8.16
2424
keplergl==0.3.2
25-
numpy<2.0,>=1.23.5
25+
numpy<2.0,>=1.26.4
2626

2727
[options.package_data]
2828
mosaic =

0 commit comments

Comments
 (0)