Skip to content

Commit 98ef735

Browse files
authored
Merge pull request #18 from Bikram-ghuku/dependabot/pip/scipy-1.10.0
Bump scipy from 1.8.1 to 1.10.0
2 parents 5f7ce64 + 9e75ecb commit 98ef735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scipy==1.8.1
1+
scipy==1.10.0
22
pytest==7.1.2
33
coverage==6.4.1
44
sentry-sdk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type='text/markdown',
1515
url="https://github.com/Bikram-ghuku/shapes",
1616
license='MIT',
17-
install_requires=['scipy==1.8.1'],
17+
install_requires=['scipy==1.10.0'],
1818
tests_require=['pytest==4.4.1'],
1919
test_suite='test.py',
2020
)

0 commit comments

Comments
 (0)