Skip to content

Commit

Permalink
[DAR-2528][External] Fixed issue installing scipy (#861)
Browse files Browse the repository at this point in the history
* Fixed issue installing scipy

* poetry lock
  • Loading branch information
JBWilkie authored Jun 10, 2024
1 parent ad77b9f commit 29dfe0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ optional = true
python = ">=3.8.1,<3.12"
version = "^1.2.0"

[tool.poetry.dependencies.scipy]
optional = true
python = ">=3.8.1,<3.12"
version = "^1.10.1"

[tool.poetry.dependencies.albumentations]
optional = true
python = ">=3.8"
Expand Down Expand Up @@ -158,7 +163,6 @@ version = "^1.0.0"
[tool.poetry.dependencies.opencv-python-headless]
optional = true
version = "^4.8.0.76"

[tool.poetry.dependencies.pytest-rerunfailures]
optional = true
version = "^12.0"
Expand Down

0 comments on commit 29dfe0d

Please sign in to comment.