We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9d3dd commit 7a6851dCopy full SHA for 7a6851d
1 file changed
versions.py
@@ -234,7 +234,6 @@ def get_latest_scipy_version():
234
"""
235
Reteive the latest SciPy version
236
237
- print(_get_all_pkg_versions("scipy")[-1])
238
return _get_all_pkg_versions("scipy")[-1]
239
240
0 commit comments