Skip to content

Commit 3774dc3

Browse files
removed upper version bound from dependencies in pyproject.toml
1 parent 95ef49b commit 3774dc3

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.10"
11-
pandas = "^2.2.3"
12-
numpy = "^2.1.3"
13-
scipy = "^1.14.1"
14-
sqlalchemy = "^2.0.36"
15-
scikit-learn = "^1.5.2"
16-
statsmodels = "^0.14.4"
17-
seaborn = "^0.13.2"
18-
sphinx = "^8.1.3"
19-
sphinx-rtd-theme = "^3.0.1"
20-
flake8 = "^7.1.1"
21-
m2r = "^0.3.1"
22-
pytest = "^8.3.3"
10+
python = ">=3.10"
11+
pandas = ">=2.2.3"
12+
numpy = ">=2.1.3"
13+
scipy = ">=1.14.1"
14+
sqlalchemy = ">=2.0.36"
15+
scikit-learn = ">=1.5.2"
16+
statsmodels = ">=0.14.4"
17+
seaborn = ">=0.13.2"
18+
sphinx = ">=8.1.3"
19+
sphinx-rtd-theme = ">=3.0.1"
20+
flake8 = ">=7.1.1"
21+
m2r = ">=0.3.1"
22+
pytest = ">=8.3.3"
2323

2424

2525
[build-system]

0 commit comments

Comments
 (0)