Skip to content

Commit 5566cc2

Browse files
Bump scipy from 1.11.1 to 1.11.2 (#2259)
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89d77b8 commit 5566cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tests = [
6060
"autopep8==2.0.2",
6161
"matplotlib==3.7.2",
6262
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
63-
"scipy==1.11.1; python_version > '3.8'",
63+
"scipy==1.11.2; python_version > '3.8'",
6464
"pandas==2.0.3",
6565
"pyiges[full]==0.3.1",
6666
"pytest==7.4.0",

0 commit comments

Comments
 (0)