There was an error while loading. Please reload this page.
1 parent 95ef49b commit 3774dc3Copy full SHA for 3774dc3
1 file changed
pyproject.toml
@@ -7,19 +7,19 @@ license = "MIT"
7
readme = "README.md"
8
9
[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"
+python = ">=3.10"
+pandas = ">=2.2.3"
+numpy = ">=2.1.3"
+scipy = ">=1.14.1"
+sqlalchemy = ">=2.0.36"
+scikit-learn = ">=1.5.2"
+statsmodels = ">=0.14.4"
+seaborn = ">=0.13.2"
+sphinx = ">=8.1.3"
+sphinx-rtd-theme = ">=3.0.1"
+flake8 = ">=7.1.1"
+m2r = ">=0.3.1"
+pytest = ">=8.3.3"
23
24
25
[build-system]
0 commit comments