Skip to content

Commit

Permalink
Bump scipy from 1.2.1 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.2.1...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 Jul 6, 2023
1 parent a7bbfac commit 9e360b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = ">=3.7"

dependencies = [
"numpy>=1.17.0",
"scipy==1.2.1",
"scipy==1.10.0",
"PyQt5==5.13.1",
"PyQt5-sip==12.7.0",
"nidaqmx==0.5.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements-anaconda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.17.0
scipy==1.2.1
scipy==1.10.0
PyQt5==5.13.1
PyQt5-sip==12.7.0
nidaqmx==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion requirements-clean-python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ importlib
argparse
glob
numpy==1.17.0
scipy==1.2.1
scipy==1.10.0
PyQt5==5.13.1
nidaqmx==0.5.7
indexed==1.2.1
Expand Down

0 comments on commit 9e360b9

Please sign in to comment.