Skip to content

Commit 44a8217

Browse files
authored
bump deps (#1446)
* bump deps * revert numpy to 1.26.4 * bump tox * typo
1 parent 706f454 commit 44a8217

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"dask[dataframe]>=2.9.2",
2727
"fsspec>=0.6.0",
2828
"matplotlib>=3.0.3",
29-
"numpy>=1.17.4",
29+
"numpy>=1.26.4",
3030
"pandas>=1.0.0",
3131
"pyyaml>=5.1",
3232
"scipy>=1.3.3",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ deps =
2727
pytest-sugar
2828
isort
2929
black
30+
numpy==1.26.4
3031
commands =
3132
python -m pytest --cov-report term-missing --cov=axelrod --cov-fail-under=100 . --doctest-glob="*.md" --doctest-glob="*.rst"
3233
python -m black -l 80 . --check

0 commit comments

Comments
 (0)