Skip to content

Commit

Permalink
Pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Jul 10, 2024
1 parent dc1fb8a commit 76d3989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def calculate_version():
''',
zip_safe=True,
install_requires=['numpy>=1.26.4',
install_requires=['numpy==1.26.4',
'scipy>=1.3.1',
'scikit-learn>=1.3.0',
'update_checker>=0.16',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ setenv =
deps =
-r{toxinidir}/requirements_dev.txt
commands =
pip freeze
pytest --basetemp={envtmpdir} -v
pytest --basetemp={envtmpdir}

[testenv:flake8]
basepython = python3.10
Expand Down

0 comments on commit 76d3989

Please sign in to comment.