Skip to content

Commit

Permalink
Merge pull request #18 from Bikram-ghuku/dependabot/pip/scipy-1.10.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.8.1 to 1.10.0
  • Loading branch information
Bikram-ghuku authored Sep 8, 2023
2 parents 5f7ce64 + 9e75ecb commit 98ef735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scipy==1.8.1
scipy==1.10.0
pytest==7.1.2
coverage==6.4.1
sentry-sdk
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type='text/markdown',
url="https://github.com/Bikram-ghuku/shapes",
license='MIT',
install_requires=['scipy==1.8.1'],
install_requires=['scipy==1.10.0'],
tests_require=['pytest==4.4.1'],
test_suite='test.py',
)

0 comments on commit 98ef735

Please sign in to comment.