Skip to content

Commit

Permalink
PyTables is now comaptible with numpy 2 (Closes #1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Aug 14, 2024
1 parent 192749b commit 85bfe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ classifiers = [
# ``requirements.txt``,
# `jobs.build.steps` in `.github/workflows/ubuntu.yml`.
dependencies = [
"numpy >= 1.20.0, <2",
"numpy >= 1.20.0",
"numexpr >= 2.6.2",
"packaging",
"py-cpuinfo",
Expand Down

0 comments on commit 85bfe57

Please sign in to comment.