Skip to content

Commit

Permalink
Limit NumPy version due to incompatibility with pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
druzm committed Jun 26, 2024
1 parent 9c91d02 commit 614d892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install numpy==1.26.4
python -m pytest -m "not plotter and not archive" -s
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
'fastavro',
'hdfs',
'matplotlib',
'numpy>1.23',
'numpy>2.0.0',
'packaging',
'pandas>=1.5.0',
'scipy',
Expand Down

0 comments on commit 614d892

Please sign in to comment.