Skip to content

Commit

Permalink
Pin numpy to <2.0.0
Browse files Browse the repository at this point in the history
numpy 2.0.0 is not compatible with pandas 1.3.5.
numpy 2.0 support was added in pandas 2.2.2.
Related issue: pandas-dev/pandas#59052
  • Loading branch information
sunu committed Jul 3, 2024
1 parent 1d43e98 commit be271e1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 47 deletions.
85 changes: 38 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ graphql-core = "^2.0"
gunicorn = "==22.0.0"
lxml = "==4.9.1"
nltk = "^3.8.1"
numpy = "<2.0.0"
opencensus-ext-azure = "==1.0.7"
opencensus-ext-django = "==0.7.4"
pandas = "==1.3.5"
Expand Down

0 comments on commit be271e1

Please sign in to comment.