Skip to content

Commit b808f9f

Browse files
committed
adjust dependency floors
1 parent 1116faa commit b808f9f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = ">=3.10,<3.15"
10-
numpy = ">=1.21.4,<3"
11-
pandas = "^2.2.3"
12-
scipy = "^1.11"
13-
networkx = "^3.2"
14-
xarray = "^2024.1"
10+
# Dependency floors: see PyPI requires_python / classifiers for 3.10–3.14 (pandas 2.3.3+ for 3.14; scipy ≥1.11.4 for 3.13+).
11+
numpy = ">=1.22.4,<3"
12+
pandas = ">=2.3.3,<3"
13+
scipy = ">=1.11.4,<2"
14+
networkx = ">=3.2,<4"
15+
xarray = ">=2024.1"
1516

1617
[tool.poetry.group.dev.dependencies]
1718
pytest = "^8.0"

0 commit comments

Comments
 (0)