Skip to content

Commit

Permalink
Adding a comment about numpy version cap. RE:#396
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jun 24, 2024
1 parent 764a6ce commit cf711f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-build
flake8
pytest
numpy<2
numpy<2 # temporarily capping numpy<2 until we figure out build issues with gdal>=3.8
environment-name: pyenv

- name: Lint with flake8
Expand Down

0 comments on commit cf711f0

Please sign in to comment.