Skip to content

Commit

Permalink
Merge pull request #2961 from activeloopai/strict_numpy
Browse files Browse the repository at this point in the history
strict numpy requirement
  • Loading branch information
activesoull authored Sep 25, 2024
2 parents 01a9662 + d229e49 commit 1d319c7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ classifiers = [
]

[tool.poetry.dependencies]
virtualenv = [
{ version = "^20.4.3,!=20.4.5,!=20.4.6" },
# see https://github.com/python-poetry/poetry/pull/6950 for details
{ version = "<20.16.6", markers = "sys_platform == 'win32' and python_version == '3.9'" },
numpy = [
{ version = "^1.24.0", python = "<3.12" },
{ version = "^1.26.0", python = ">=3.12" },
]
python = ">=3.9,<=3.13"
python = ">=3.8,<=3.13"
pillow = "~10.4.0"
numpy = "<2.0"
boto3 = "*"
click = "*"
pathos = "*"
Expand Down

0 comments on commit 1d319c7

Please sign in to comment.