Skip to content

Commit

Permalink
Upgrade numpy for >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 2, 2024
1 parent 1b69cf3 commit 3957b2c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
47 changes: 46 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ requests = ">=2.26.0"
feedparser = ">=6.0.0"
tldextract = ">=2.0.1"
python-dateutil = ">=2.6.1"
setuptools = "<60" # As per numpy recommendations at https://numpy.org/doc/stable/reference/distutils_status_migration.html#numpy-setuptools-interaction
numpy = [
{ version = ">=1.26", python = ">=3.9", optional = true},
{ version = "^1.24", python = ">=3.8, <3.9", optional = true}
]

# Language specific dependencies
tinysegmenter = {version = ">=0.4", optional = true}
Expand Down

0 comments on commit 3957b2c

Please sign in to comment.