Skip to content

Commit

Permalink
Update minpandas requirements
Browse files Browse the repository at this point in the history
Pins numpy to last release of v1 (pandas versions older than
2.2.2 are not compatible with numpy v2).
  • Loading branch information
maread99 committed Jun 24, 2024
1 parent 7ffce89 commit 5874d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
#
# To upgrade with pandas==1.5 fixed run:
# To upgrade with pandas==1.5 and numpy==1.26.4 fixed run:
#
# pip-compile --upgrade --upgrade-package pandas==1.5 --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
# pip-compile --upgrade --upgrade-package pandas==1.5 --upgrade-package numpy==1.26.4 --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml

attrs==23.2.0
# via hypothesis
Expand Down Expand Up @@ -37,7 +37,7 @@ korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==2.0.0
numpy==1.26.4
# via
# exchange_calendars (pyproject.toml)
# pandas
Expand Down

0 comments on commit 5874d31

Please sign in to comment.