Skip to content

Commit

Permalink
DNM: use fast-histogram dev build against numpy-2.0; contourpy+pandas…
Browse files Browse the repository at this point in the history
… unpinned
  • Loading branch information
dhomeier committed Feb 27, 2024
1 parent 6c070df commit e6c8e3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ deps =
dev: pyerfa>=0.0.dev0
dev: matplotlib>=0.0.dev0
dev: shapely==2.0.1+78.gba0924e
dev: git+https://github.com/contourpy/contourpy.git
dev: git+https://github.com/pandas-dev/pandas.git
dev: contourpy>=0.0.dev0
dev: pandas>=0.0.dev0
dev: git+https://github.com/astrofrog/fast-histogram.git
# pytest*
dev: coverage
dev: exceptiongroup
Expand Down Expand Up @@ -81,7 +82,7 @@ extras =
# for as long all test deps need to be manually pulled in above as well!
install_command =
!dev: python -I -m pip install
dev: python -I -m pip install -v --pre --no-deps
dev: python -I -m pip install -v --pre
commands =
test: pip freeze
test: pytest --pyargs glue --cov glue --cov-config={toxinidir}/setup.cfg {env:MPLFLAGS} {posargs}
Expand Down

0 comments on commit e6c8e3a

Please sign in to comment.