File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ exclude = [ "pandas-stubs/__init__.py" ]
3434[tool .poetry .dependencies ]
3535python = " >=3.10"
3636types-pytz = " >= 2022.1.1"
37- numpy = " >= 1.23.5"
37+ numpy = " >=1.23.5"
3838
3939[tool .poetry .group .dev .dependencies ]
4040mypy = " >=1.18.2"
@@ -52,7 +52,7 @@ pre-commit = ">=2.19.0"
5252black = " >=25.9.0"
5353isort = " >=6.0.1"
5454openpyxl = " >=3.0.10"
55- tables = { version = " >=3.10 .1" , python = " <4 " }
55+ numexpr = " >=2.13 .1"
5656lxml = " >=4.9.1"
5757pyreadstat = " >=1.2.0"
5858xlrd = " >=2.0.1"
@@ -62,7 +62,7 @@ odfpy = ">=1.4.1"
6262xarray = " >=22.6.0"
6363tabulate = " >=0.8.10"
6464jinja2 = " >=3.1"
65- scipy = { version = " >=1.9.1" , python = " <3.14 " }
65+ scipy = " >=1.9.1"
6666scipy-stubs = " >=1.15.3.0"
6767SQLAlchemy = " >=2.0.39"
6868types-python-dateutil = " >=2.8.19"
You can’t perform that action at this time.
0 commit comments