Skip to content

Commit

Permalink
build: update pyproject about numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Nov 17, 2024
1 parent 4fcf482 commit 258f1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ python-hcl2 = { version = "^4.3.0", optional = true }
pyyaml = { version = "~6.0", optional = true }
opencv-python = { version = "~4.8.0.74", optional = true }
Pillow = { version = "^9.2.0", optional = true }
numpy = [
{ version = "~1.24.3", python = "<3.9", optional = true },
{ version = "~1.26.0", python = ">=3.9,<3.13", optional = true },
]
numpy = { version = "~1.26.0", optional = true }
psycopg-binary = { version = "~3.1.13", optional = true }
psycopg = { version = "~3.1.13", optional = true }
psycopg-pool = { version = "~3.2.0", optional = true }
Expand Down

0 comments on commit 258f1ce

Please sign in to comment.