We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7ce64 + 9e75ecb commit 98ef735Copy full SHA for 98ef735
requirements.txt
@@ -1,4 +1,4 @@
1
-scipy==1.8.1
+scipy==1.10.0
2
pytest==7.1.2
3
coverage==6.4.1
4
sentry-sdk
setup.py
@@ -14,7 +14,7 @@
14
long_description_content_type='text/markdown',
15
url="https://github.com/Bikram-ghuku/shapes",
16
license='MIT',
17
- install_requires=['scipy==1.8.1'],
+ install_requires=['scipy==1.10.0'],
18
tests_require=['pytest==4.4.1'],
19
test_suite='test.py',
20
)
0 commit comments