Skip to content

Commit

Permalink
bump deps (#1446)
Browse files Browse the repository at this point in the history
* bump deps

* revert numpy to 1.26.4

* bump tox

* typo
  • Loading branch information
miller-ian authored Jul 11, 2024
1 parent 706f454 commit 44a8217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44a8217

Please sign in to comment.