Skip to content

Commit

Permalink
psp-validation: update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Aug 15, 2024
1 parent d7ab05c commit fe3ecad
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions bluebrain/repo-bluebrain/packages/psp-validation/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,27 @@
class PspValidation(PythonPackage):
"""PSP analysis tools"""

homepage = "https://bbpgitlab.epfl.ch/nse/psp-validation/"
git = "ssh://[email protected]/nse/psp-validation.git"
homepage = "https://github.com/BlueBrain/psp-validation"
git = "https://github.com/BlueBrain/psp-validation.git"
pypi = "psp-validation/psp-validation-0.6.0.tar.gz"

version("develop", branch="main")
version("0.5.0", tag="psp-validation-v0.5.0")
version("0.6.0", sha256="5eb879aaa82be53c6f372d77cd7755ea76aeba835f5d1140f675ba4c2a798f84")

depends_on("[email protected]:", type=("build", "run"))
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-setuptools-scm", type="build")

depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-h5py@3", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-matplotlib", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:1", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:4.8.2", type=("build", "run"))
depends_on("[email protected]:2", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-bluepysnap@3", type=("build", "run"))
depends_on("[email protected]:0", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))

0 comments on commit fe3ecad

Please sign in to comment.