Skip to content

Commit

Permalink
downgrade scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Aug 28, 2023
1 parent 0d3246f commit 21fc972
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion changelog/12768.bugfix.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Updated certifi and cryptography to address security vulnerabilities.
Updated certifi, cryptography, and scipy packages to address security vulnerabilities.
50 changes: 25 additions & 25 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ version = ">=1.4.1,<1.7.3"
python = "~=3.7.0"

[[tool.poetry.dependencies.scipy]]
version = ">=1.4.1,<1.9.0"
version = ">=1.4.1,<1.8.1"
python = ">=3.8,<3.11"

[[tool.poetry.dependencies.scikit-learn]]
Expand Down

0 comments on commit 21fc972

Please sign in to comment.