Skip to content

Commit

Permalink
Bump lgdo version and ignore Pandas/Pyarrow deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Feb 19, 2024
1 parent a6d5aac commit e5f02b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ write_to = "src/pygama/_version.py"
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = ["error"]
filterwarnings = ["error", 'ignore:\nPyarrow:DeprecationWarning']
log_cli_level = "info"
testpaths = "tests"

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ install_requires =
h5py>=3.2
iminuit
legend-daq2lh5>=1.2.0a1
legend-pydataobj>=1.5.0a2
legend-pydataobj>=1.5.0a5
matplotlib
numba!=0.53.*,!=0.54.*,!=0.57
numpy>=1.21
pandas>=1.4.4
pint
pyarrow
scikit-learn
scipy>=1.0.1
tables
Expand Down

0 comments on commit e5f02b0

Please sign in to comment.