Skip to content

Commit

Permalink
Try just specifying pandas requirement
Browse files Browse the repository at this point in the history
Pandas 2.2.2 works with numpy 2.0 and previous versions.
  • Loading branch information
amstilp committed Jun 17, 2024
1 parent 9a6954e commit c6b12ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ pronto
mysqlclient # https://github.com/PyMySQL/mysqlclient

# pandas for data summaries
pandas
numpy<2.0
pandas>=2.2.2

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

0 comments on commit c6b12ab

Please sign in to comment.