Skip to content

Commit f321db6

Browse files
committed
🩹 Restore correct dependency min versions
1 parent 758aff8 commit f321db6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

‎pyproject.toml‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ dynamic = [
3434
"version",
3535
]
3636
dependencies = [
37-
"cycler==0.12.1",
38-
"docstring-parser==0.17",
39-
"matplotlib==3.10.8",
40-
"numpy==2.2.6",
41-
"packaging==26",
42-
"pydantic==2.12.5",
43-
"pyglotaran==0.7.4",
44-
"ruamel-yaml==0.19.1",
45-
"tabulate==0.9",
46-
"xarray==2025.6.1",
37+
"cycler>=0.10",
38+
"docstring-parser>=0.16",
39+
"matplotlib>=3.3",
40+
"numpy>=1.22",
41+
"packaging>=23.1",
42+
"pydantic>=2.7",
43+
"pyglotaran>=0.7",
44+
"ruamel-yaml>=0.18.6",
45+
"tabulate>=0.8.9",
46+
"xarray>=2022.3",
4747
]
4848
urls.Changelog = "https://pyglotaran-extras.readthedocs.io/en/latest/changelog.html"
4949
urls.Documentation = "https://pyglotaran-extras.readthedocs.io"

0 commit comments

Comments
 (0)