Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit f70f7af

Browse files
psp-validation: update to 0.6.0 (#2494)
1 parent 3c24b2c commit f70f7af

File tree

1 file changed

+11
-6
lines changed
  • bluebrain/repo-bluebrain/packages/psp-validation

1 file changed

+11
-6
lines changed

bluebrain/repo-bluebrain/packages/psp-validation/package.py

+11-6
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,27 @@
99
class PspValidation(PythonPackage):
1010
"""PSP analysis tools"""
1111

12-
homepage = "https://bbpgitlab.epfl.ch/nse/psp-validation/"
13-
git = "ssh://git@bbpgitlab.epfl.ch/nse/psp-validation.git"
12+
homepage = "https://github.com/BlueBrain/psp-validation"
13+
git = "https://github.com/BlueBrain/psp-validation.git"
14+
pypi = "psp-validation/psp_validation-0.6.0.tar.gz"
1415

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

19+
depends_on("python@3.7:", type=("build", "run"))
1820
depends_on("py-setuptools", type=("build", "run"))
21+
depends_on("py-setuptools-scm", type="build")
1922

2023
depends_on("py-attrs@20.3.0:", type=("build", "run"))
2124
depends_on("py-click@7.0:", type=("build", "run"))
25+
depends_on("py-efel@3.0.39:", type=("build", "run"))
2226
depends_on("py-h5py@3", type=("build", "run"))
2327
depends_on("py-joblib@0.16:", type=("build", "run"))
28+
depends_on("py-matplotlib", type=("build", "run"))
2429
depends_on("py-numpy@1.10:", type=("build", "run"))
30+
depends_on("py-pandas@1.3:1", type=("build", "run"))
2531
depends_on("py-tqdm@4.0:", type=("build", "run"))
26-
depends_on("py-bglibpy@4.4.27:4.8.2", type=("build", "run"))
27-
depends_on("py-bluepy@2.1:2", type=("build", "run"))
28-
depends_on("py-efel@3.0.39:", type=("build", "run"))
32+
depends_on("py-bluecellulab@2.6.15:", type=("build", "run"))
33+
depends_on("py-bluepysnap@3", type=("build", "run"))
2934
depends_on("py-seaborn@0.11:0", type=("build", "run"))
3035
depends_on("neuron+python@7.8:", type=("build", "run"))

0 commit comments

Comments
 (0)