Add py-scipy 1.3.3 (#13866)
This commit is contained in:
parent
c7472e0cbe
commit
42a0061cb0
@ -12,7 +12,7 @@ class PyScipy(PythonPackage):
|
|||||||
as routines for numerical integration and optimization."""
|
as routines for numerical integration and optimization."""
|
||||||
|
|
||||||
homepage = "http://www.scipy.org/"
|
homepage = "http://www.scipy.org/"
|
||||||
url = "https://pypi.io/packages/source/s/scipy/scipy-1.3.2.tar.gz"
|
url = "https://pypi.io/packages/source/s/scipy/scipy-1.3.3.tar.gz"
|
||||||
|
|
||||||
maintainers = ['adamjstewart']
|
maintainers = ['adamjstewart']
|
||||||
install_time_test_callbacks = ['install_test', 'import_module_test']
|
install_time_test_callbacks = ['install_test', 'import_module_test']
|
||||||
@ -30,6 +30,7 @@ class PyScipy(PythonPackage):
|
|||||||
'scipy.sparse.linalg.eigen.lobpcg', 'scipy.special._precompute'
|
'scipy.sparse.linalg.eigen.lobpcg', 'scipy.special._precompute'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
version('1.3.3', sha256='64bf4e8ae0db2d42b58477817f648d81e77f0b381d0ea4427385bba3f959380a')
|
||||||
version('1.3.2', sha256='a03939b431994289f39373c57bbe452974a7da724ae7f9620a1beee575434da4')
|
version('1.3.2', sha256='a03939b431994289f39373c57bbe452974a7da724ae7f9620a1beee575434da4')
|
||||||
version('1.3.1', sha256='2643cfb46d97b7797d1dbdb6f3c23fe3402904e3c90e6facfe6a9b98d808c1b5')
|
version('1.3.1', sha256='2643cfb46d97b7797d1dbdb6f3c23fe3402904e3c90e6facfe6a9b98d808c1b5')
|
||||||
version('1.3.0', sha256='c3bb4bd2aca82fb498247deeac12265921fe231502a6bc6edea3ee7fe6c40a7a')
|
version('1.3.0', sha256='c3bb4bd2aca82fb498247deeac12265921fe231502a6bc6edea3ee7fe6c40a7a')
|
||||||
|
Loading…
Reference in New Issue
Block a user