Skip to content

Commit

Permalink
Fix numpy version for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jun 17, 2024
1 parent c286bd6 commit 2021025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mysqlclient # https://github.com/PyMySQL/mysqlclient

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


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

0 comments on commit 2021025

Please sign in to comment.