Skip to content

Commit

Permalink
pin tables to 3.9.1 (#840)
Browse files Browse the repository at this point in the history
* pin tables to 3.9.1

* add comment for pyproject on pinning tables
  • Loading branch information
Dr-Irv committed Dec 23, 2023
1 parent 068679c commit 70605ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ pre-commit = ">=2.19.0"
black = ">=23.3.0"
isort = ">=5.12.0"
openpyxl = ">=3.0.10"
tables = { version = ">=3.8.0", python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
# for tables, MacOS gives random CI failures on 3.9.2
tables = { version = "==3.9.1", python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
lxml = ">=4.9.1"
pyreadstat = ">=1.2.0"
xlrd = ">=2.0.1"
Expand Down

0 comments on commit 70605ea

Please sign in to comment.