From 1cb38688de4c8836ffd90dc0947065a42a6b5451 Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Wed, 10 Jul 2024 21:54:20 -0400 Subject: [PATCH 1/4] bump deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc79198da..bd575892e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ "cloudpickle>=0.2.2", "dask[dataframe]>=2.9.2", "fsspec>=0.6.0", - "matplotlib>=3.0.3", - "numpy>=1.17.4", + "matplotlib>=3.9.1", + "numpy>=2.0.0", "pandas>=1.0.0", "pyyaml>=5.1", "scipy>=1.3.3", From aa053dff21775ee3f9ad4ed9867a03a53623523e Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Wed, 10 Jul 2024 22:25:48 -0400 Subject: [PATCH 2/4] revert numpy to 1.26.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd575892e..8aec1b8ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ "cloudpickle>=0.2.2", "dask[dataframe]>=2.9.2", "fsspec>=0.6.0", - "matplotlib>=3.9.1", - "numpy>=2.0.0", + "matplotlib>=3.0.3", + "numpy>=1.26.4", "pandas>=1.0.0", "pyyaml>=5.1", "scipy>=1.3.3", From 89388f5bd136b0e8024d1fc02eb00821eaf168e0 Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Wed, 10 Jul 2024 23:57:12 -0400 Subject: [PATCH 3/4] bump tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 09df4e943..021f21084 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ deps = pytest-sugar isort black + py312: 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 From 1cde680120b5073ad234ad52c95721693bc6f272 Mon Sep 17 00:00:00 2001 From: Ian Miller Date: Thu, 11 Jul 2024 00:19:53 -0400 Subject: [PATCH 4/4] typo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 021f21084..e40c8375b 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps = pytest-sugar isort black - py312: numpy==1.26.4 + 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