Skip to content

Commit

Permalink
specify numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Jun 17, 2024
1 parent 6ff4afe commit 2ed8e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ classifiers = [
"Topic :: Text Processing :: Linguistic",
]
dependencies = [
"numpy >= 2.0.0"
"numpy >= 2.0.0 ; python_version >= 3.9",
"numpy >= 1.24.3 ; python_version == 3.8",
]

# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
Expand Down

0 comments on commit 2ed8e58

Please sign in to comment.