Skip to content

Commit be271e1

Browse files
committed
Pin numpy to <2.0.0
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
1 parent 1d43e98 commit be271e1

File tree

2 files changed

+39
-47
lines changed

2 files changed

+39
-47
lines changed

poetry.lock

Lines changed: 38 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ graphql-core = "^2.0"
5757
gunicorn = "==22.0.0"
5858
lxml = "==4.9.1"
5959
nltk = "^3.8.1"
60+
numpy = "<2.0.0"
6061
opencensus-ext-azure = "==1.0.7"
6162
opencensus-ext-django = "==0.7.4"
6263
pandas = "==1.3.5"

0 commit comments

Comments
 (0)