Skip to content

Commit eb9cc7a

Browse files
committed
drop tables
1 parent 632e24d commit eb9cc7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = [ "pandas-stubs/__init__.py" ]
3434
[tool.poetry.dependencies]
3535
python = ">=3.10"
3636
types-pytz = ">= 2022.1.1"
37-
numpy = ">= 1.23.5"
37+
numpy = ">=1.23.5"
3838

3939
[tool.poetry.group.dev.dependencies]
4040
mypy = ">=1.18.2"
@@ -52,7 +52,7 @@ pre-commit = ">=2.19.0"
5252
black = ">=25.9.0"
5353
isort = ">=6.0.1"
5454
openpyxl = ">=3.0.10"
55-
tables = { version = ">=3.10.1", python = "<4" }
55+
numexpr = ">=2.13.1"
5656
lxml = ">=4.9.1"
5757
pyreadstat = ">=1.2.0"
5858
xlrd = ">=2.0.1"
@@ -62,7 +62,7 @@ odfpy = ">=1.4.1"
6262
xarray = ">=22.6.0"
6363
tabulate = ">=0.8.10"
6464
jinja2 = ">=3.1"
65-
scipy = { version = ">=1.9.1", python = "<3.14" }
65+
scipy = ">=1.9.1"
6666
scipy-stubs = ">=1.15.3.0"
6767
SQLAlchemy = ">=2.0.39"
6868
types-python-dateutil = ">=2.8.19"

0 commit comments

Comments
 (0)