File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ maintainers = [
1414]
1515description = " au-tomation without pain"
1616readme = " README.md"
17+ license = " GPL-3.0-or-later"
1718classifiers = [
1819 " Development Status :: 4 - Beta" ,
1920 " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
2021 " Programming Language :: Python :: 3.10" ,
2122 " Programming Language :: Python :: 3.11" ,
2223 " Programming Language :: Python :: 3.12" ,
2324 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2426 " Operating System :: OS Independent" ,
2527]
2628requires-python = " >= 3.10"
@@ -29,7 +31,7 @@ dependencies = [
2931 " toml >= 0.10" ,
3032 " pyyaml >= 6.0" ,
3133 " psutil >= 5.9" ,
32- " dgbowl_schemas @ git+https://github.com/dgbowl/dgbowl-schemas.git " ,
34+ " dgbowl_schemas >= 125 " ,
3335 " pyzmq >= 25.1" ,
3436 " h5netcdf[h5py] >= 1.5.0" ,
3537 " xarray >= 2024.10.0" ,
You can’t perform that action at this time.
0 commit comments