@@ -32,7 +32,7 @@ dependencies = [
3232 " scikit-learn>=1.4.0,<2.0" ,
3333 " scipy>=1.11.0,<2.0" ,
3434 " py-hydroweb>=1.0.2,<2.0" ,
35- " sliderule>=5.3.0,<5.4 " ,
35+ " sliderule>=5.4.0 " ,
3636 " xarray>=2024.0.0,<2025.0" ,
3737 " rasterio>=1.3.0,<2.0" ,
3838 " rioxarray>=0.13.0,<1.0" ,
@@ -44,12 +44,11 @@ authors = [
4444]
4545description = " Easy access altimetry for water resource applications"
4646readme = " README.md"
47- requires-python = " >=3.9 "
47+ requires-python = " >=3.10 "
4848license = {file = " LICENSE" }
4949keywords = [" altimetry" , " hydrology" , " satellite" , " SWOT" , " Sentinel" , " ICESat-2" , " water-resources" , " earth-observation" ]
5050classifiers = [
5151 " Programming Language :: Python :: 3" ,
52- " Programming Language :: Python :: 3.9" ,
5352 " Programming Language :: Python :: 3.10" ,
5453 " Programming Language :: Python :: 3.11" ,
5554 " Programming Language :: Python :: 3.12" ,
@@ -111,9 +110,3 @@ markers = [
111110[tool .ruff ]
112111# ignore long lines
113112lint.ignore = [" E501" ]
114-
115- [tool .mypy ]
116- python_version = " 3.9"
117- ignore_missing_imports = true
118- warn_unreachable = false
119- no_implicit_optional = true
0 commit comments