This commit is contained in:
Charles Doutriaux 2022-03-16 07:16:55 -07:00 committed by GitHub
parent d3131cd2da
commit ea93b1a03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,10 @@ class PyKosh(PythonPackage):
# notify when the package is updated.
maintainers = ['doutriaux1']
version('2.1', sha256='597ed5beb4c3c3675b4af15ee7bfb60a463d5bda2222cd927061737ed073d562')
version('2.0', sha256='059e431e3d3219b53956cb464d9e10933ca141dc89662f55d9c633e35c8b3a1e')
depends_on('py-setuptools', type='build')
depends_on("py-llnl-sina@1.11", type=("build", "run"))
depends_on("py-llnl-sina@1.11:", type=("build", "run"))
depends_on("py-networkx", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))