Skip to content

Commit

Permalink
Bump scipy from 1.9.3 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.9.3...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent b6b023b commit f3fe03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ regex==2023.10.3
requests==2.31.0
safetensors==0.4.0
scikit-learn==1.3.1
scipy==1.9.3
scipy==1.10.0
six==1.16.0
smart-open==6.4.0
spacy==3.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'pandas>=1.4.2', # first to support 3.11
'gensim>=4.3.0', # first to support 3.11
'spacy>=3.1.0',
'scipy~=1.9.2', # first to support 3.11
'scipy>=1.9.2,<1.11.0', # first to support 3.11
'transformers>=4.34.0',
'accelerate>=0.23.0', # required by Trainer class in de-id
'torch>=1.13.0', # first to support 3.11
Expand Down

0 comments on commit f3fe03f

Please sign in to comment.