From 18866afd67801a42768d15472e5eff53147e2916 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Tue, 16 Apr 2024 19:07:20 +0200 Subject: [PATCH] DNM: test against numpy 2.0.0rc1, fast-histogram 0.13 and casa-formats-io main w/ deps --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 649f0898e..fdb50a579 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ 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 @@ -29,8 +29,8 @@ deps = 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 @@ -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}