@@ -9,43 +9,46 @@ license = {text = "GNU"}
99description = " SQL Database software for SnowEx data"
1010keywords = [" snowex" , " sql" , " database" , " snow" ]
1111readme = " README.rst"
12- requires-python = " >=3.8 "
12+ requires-python = " >=3.10 "
1313classifiers = [
1414 ' Development Status :: 2 - Pre-Alpha' ,
1515 ' Intended Audience :: Developers' ,
1616 ' Natural Language :: English' ,
17- ' Programming Language :: Python :: 3.8' ,
18- ' Programming Language :: Python :: 3.9' ,
19- ' Programming Language :: Python :: 3.10'
17+ ' Programming Language :: Python :: 3.10' ,
18+ ' Programming Language :: Python :: 3.11' ,
19+ ' Programming Language :: Python :: 3.12' ,
20+ ' Programming Language :: Python :: 3.13'
2021]
22+
2123dependencies = [
22- " utm>=0.5.0,<1.0 " ,
23- " geoalchemy2>=0.6, <1.0" ,
24- " geopandas>=0.7, <2.0" ,
25- " psycopg2-binary>=2.9.0,<2.10 .0" ,
26- " rasterio>=1.1.5 " ,
27- " SQLAlchemy >= 2.0 .0" ,
24+ " utm <0.9 " ,
25+ " geoalchemy2 <1.0" ,
26+ " geopandas <2.0" ,
27+ " psycopg2-binary <3 .0" ,
28+ " rasterio <2.0 " ,
29+ " SQLAlchemy <3 .0" ,
2830]
2931
32+
3033[project .optional-dependencies ]
3134dev = [
32- " factory_boy<4 " ,
33- " pytest-factoryboy<3 " ,
34- " pytest<8.4 " ,
35- " pytest-cov" ,
36- " sphinx-autobuild<=2024.5 " ,
35+ " factory_boy <4.0 " ,
36+ " pytest-factoryboy <3.0 " ,
37+ " pytest <9.0 " ,
38+ " pytest-cov <8.0 " ,
39+ " sphinx-autobuild <2025.0 " ,
3740]
3841docs = [
39- " ipython>7.0, <9.0" ,
40- " nbconvert>=6.4.3,<6.5 .0" ,
41- " nbsphinx==0.9.4 " ,
42- " pandoc==1.0.2 " ,
43- " plotly==5.22 .0" ,
44- " sphinx-gallery==0.9 .0" ,
45- " sphinx>=7.1,<7.4 " ,
46- " sphinxcontrib-apidoc==0.3 .0" ,
47- " jupyter-book>=1.0.2,<1.1 " ,
48- " pyyaml<6.1 "
42+ " ipython <9.0" ,
43+ " nbconvert <8 .0" ,
44+ " nbsphinx <1.0 " ,
45+ " pandoc <3.0 " ,
46+ " plotly <7 .0" ,
47+ " sphinx-gallery <1 .0" ,
48+ " sphinx <8.0 " ,
49+ " sphinxcontrib-apidoc <1 .0" ,
50+ " jupyter-book <2.0 " ,
51+ " pyyaml <7.0 "
4952]
5053all = [" snowexsql[dev,docs]" ]
5154
0 commit comments