Skip to content

Commit

Permalink
Update dependency scipy to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent fa7041f commit fe7f4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
scipy = ">=1.13,<1.14"
scipy = ">=1.14,<1.15"
pandas = ">= 2.2,<2.3"
PyPDF2 = ">=3.0,<3.1"
textract = ">=1.6,<1.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scipy==1.13.0
scipy==1.14.0
pandas==2.2.2
PyPDF2==3.0.1
textract==1.6.5

0 comments on commit fe7f4a5

Please sign in to comment.