1 parent 758aff8 commit f321db6Copy full SHA for f321db6
1 file changed
‎pyproject.toml‎
@@ -34,16 +34,16 @@ dynamic = [
34
"version",
35
]
36
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",
+ "cycler>=0.10",
+ "docstring-parser>=0.16",
+ "matplotlib>=3.3",
+ "numpy>=1.22",
+ "packaging>=23.1",
+ "pydantic>=2.7",
+ "pyglotaran>=0.7",
+ "ruamel-yaml>=0.18.6",
+ "tabulate>=0.8.9",
+ "xarray>=2022.3",
47
48
urls.Changelog = "https://pyglotaran-extras.readthedocs.io/en/latest/changelog.html"
49
urls.Documentation = "https://pyglotaran-extras.readthedocs.io"
0 commit comments