Skip to content
Snippets Groups Projects
Unverified Commit da5bbe3c authored by Justin S's avatar Justin S Committed by GitHub
Browse files

py-gpy: add 0.8.8 (#17548)

* py-gpy: add 0.8.8

* py-gpy: remove unneeded dep

* py-gpy: make cython build-only
parent 154870da
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,11 @@ class PyGpy(PythonPackage): ...@@ -13,10 +13,11 @@ class PyGpy(PythonPackage):
url = "https://pypi.io/packages/source/g/gpy/GPy-1.9.9.tar.gz" url = "https://pypi.io/packages/source/g/gpy/GPy-1.9.9.tar.gz"
version('1.9.9', sha256='04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed') version('1.9.9', sha256='04faf0c24eacc4dea60727c50a48a07ddf9b5751a3b73c382105e2a31657c7ed')
version('0.8.8', sha256='e135d928cf170e2ec7fb058a035b5a7e334dc6b84d0bfb981556782528341988')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-numpy@1.7:', type=('build', 'run')) depends_on('py-numpy@1.7:', type=('build', 'run'))
depends_on('py-scipy@1.3.0:', type=('build', 'run')) depends_on('py-scipy@0.16:', type=('build', 'run'))
depends_on('py-six', type=('build', 'run')) depends_on('py-six', type=('build', 'run'))
depends_on('py-paramz@0.9.0:', type=('build', 'run')) depends_on('py-paramz@0.9.0:', type=('build', 'run'))
depends_on('py-cython@0.29:', type=('build', 'run')) depends_on('py-cython@0.29:', type='build')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment