Skip to content

Commit

Permalink
DNM: test against numpy 2.0.0rc1, fast-histogram 0.13 and casa-format…
Browse files Browse the repository at this point in the history
…s-io main w/ deps
  • Loading branch information
dhomeier committed Apr 16, 2024
1 parent 8b940a1 commit 18866af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ changedir =
test: .tmp/{envname}
docs: doc
deps =
dev: numpy>=0.0.dev0
dev: numpy==2.0.0rc1
dev: scipy>=0.0.dev0
dev: astropy>=0.0.dev0
dev: pyerfa>=0.0.dev0
dev: matplotlib>=0.0.dev0
dev: shapely>=0.0.dev0
dev: contourpy>=0.0.dev0
dev: pandas>=0.0.dev0
dev: fast-histogram>=0.13
dev: git+https://github.com/radio-astro-tools/casa-formats-io.git
dev: git+https://github.com/astrofrog/fast-histogram.git
# pytest*
dev: coverage
dev: exceptiongroup
Expand Down Expand Up @@ -100,7 +100,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 18866af

Please sign in to comment.