Skip to content

Commit

Permalink
fix version of pytable
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Dec 5, 2023
1 parent 17938eb commit c5d3068
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 @@ -32,7 +32,7 @@ dependencies = ["numpy>=1.21.2", "scipy"]
dynamic = ["version", "description"]

[project.optional-dependencies]
test = ["h5py", "tables < 3.8; python_version < '3.9'", "tables <= 3.8.1", "pandas", "uproot", "pytest-cov"]
test = ["h5py", "tables < 3.8; python_version < '3.9'", "tables <= 3.9.1", "pandas", "uproot", "pytest-cov"]
docs = ["sphinx","sphinx-rtd-theme","pandas"]
dev = ["pytest","pre-commit","reuse","black","ruff","pylint","mypy"]

Expand Down

0 comments on commit c5d3068

Please sign in to comment.