Skip to content

Commit

Permalink
Depend on pyarrow, do not allow deprecation warnings anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Feb 7, 2024
1 parent 6525eb9 commit a76c745
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 @@ -23,6 +23,7 @@ dependencies = [
"meshio",
"numpy",
"pandas",
"pyarrow",
"requests",
"rich >= 9.0.0",
"tifffile",
Expand Down Expand Up @@ -95,5 +96,5 @@ python =
[testenv]
extras =
dev
commands = pytest -v --color=yes --cov=bg_atlasapi --cov-report=xml -W ignore::DeprecationWarning
commands = pytest -v --color=yes --cov=bg_atlasapi --cov-report=xml
"""

0 comments on commit a76c745

Please sign in to comment.