Skip to content

Commit

Permalink
Merge pull request #610 from UW-GAC/maint/numpy-version
Browse files Browse the repository at this point in the history
Require numpy<2.0
  • Loading branch information
amstilp authored Jun 17, 2024
2 parents 64ecffb + 59b1fe4 commit 8fc12cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Recompile pip files if requested
if: matrix.pip-recompile
run: |
pip-compile requirements/requirements.in
pip-compile requirements/test-requirements.in
pip-compile -v requirements/requirements.in
pip-compile -v requirements/test-requirements.in
# Print out changes.
git diff
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ mysqlclient # https://github.com/PyMySQL/mysqlclient

# pandas for data summaries
pandas
numpy>=1.25,<2.0 ; python_version == '3.12'


# for exporting django-tables2 tables to tsv.
tablib
Expand Down

0 comments on commit 8fc12cc

Please sign in to comment.