Skip to content

Commit

Permalink
Lock numpy version
Browse files Browse the repository at this point in the history
- Prevent it updating to 2.0.0 - incompatible with pandas but pandas doesn't prevent it
  • Loading branch information
ajparsons committed Jun 21, 2024
1 parent 47bef68 commit f55fd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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 @@ -25,6 +25,7 @@ beautifulsoup4 = "^4.11.1"
mailchimp-marketing = {git = "https://github.com/mailchimp/mailchimp-marketing-python.git"}
geopandas = "^0.14.4"
pyarrow = "^16.1.0"
numpy = "1.26.4"

[tool.poetry.dev-dependencies]
django-debug-toolbar = "^3.7.0"
Expand Down

0 comments on commit f55fd58

Please sign in to comment.