We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706f454 commit 44a8217Copy full SHA for 44a8217
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"dask[dataframe]>=2.9.2",
27
"fsspec>=0.6.0",
28
"matplotlib>=3.0.3",
29
- "numpy>=1.17.4",
+ "numpy>=1.26.4",
30
"pandas>=1.0.0",
31
"pyyaml>=5.1",
32
"scipy>=1.3.3",
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"
33
python -m black -l 80 . --check
0 commit comments