From 44a8217b11792fe19c1914d573c74395a2e6df13 Mon Sep 17 00:00:00 2001 From: Ian Miller <46457417+miller-ian@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:13:47 -0400 Subject: [PATCH] bump deps (#1446) * bump deps * revert numpy to 1.26.4 * bump tox * typo --- pyproject.toml | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc79198da..8aec1b8ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "dask[dataframe]>=2.9.2", "fsspec>=0.6.0", "matplotlib>=3.0.3", - "numpy>=1.17.4", + "numpy>=1.26.4", "pandas>=1.0.0", "pyyaml>=5.1", "scipy>=1.3.3", diff --git a/tox.ini b/tox.ini index 09df4e943..e40c8375b 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ deps = pytest-sugar isort black + numpy==1.26.4 commands = python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 . --doctest-glob="*.md" --doctest-glob="*.rst" python -m black -l 80 . --check