Skip to content

Commit 3ef88e8

Browse files
committed
Fix pyproject
1 parent 40fc24a commit 3ef88e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ maintainers = [
1414
]
1515
description = "au-tomation without pain"
1616
readme = "README.md"
17+
license = "GPL-3.0-or-later"
1718
classifiers = [
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
]
2628
requires-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",

0 commit comments

Comments
 (0)