|
9 | 9 | class PspValidation(PythonPackage):
|
10 | 10 | """PSP analysis tools"""
|
11 | 11 |
|
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" |
14 | 15 |
|
15 | 16 | version("develop", branch="main")
|
16 |
| - version("0.5.0", tag="psp-validation-v0.5.0") |
| 17 | + version("0.6.0", sha256="5eb879aaa82be53c6f372d77cd7755ea76aeba835f5d1140f675ba4c2a798f84") |
17 | 18 |
|
| 19 | + depends_on("python@3.7:", type=("build", "run")) |
18 | 20 | depends_on("py-setuptools", type=("build", "run"))
|
| 21 | + depends_on("py-setuptools-scm", type="build") |
19 | 22 |
|
20 | 23 | depends_on("py-attrs@20.3.0:", type=("build", "run"))
|
21 | 24 | depends_on("py-click@7.0:", type=("build", "run"))
|
| 25 | + depends_on("py-efel@3.0.39:", type=("build", "run")) |
22 | 26 | depends_on("py-h5py@3", type=("build", "run"))
|
23 | 27 | depends_on("py-joblib@0.16:", type=("build", "run"))
|
| 28 | + depends_on("py-matplotlib", type=("build", "run")) |
24 | 29 | depends_on("py-numpy@1.10:", type=("build", "run"))
|
| 30 | + depends_on("py-pandas@1.3:1", type=("build", "run")) |
25 | 31 | 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")) |
29 | 34 | depends_on("py-seaborn@0.11:0", type=("build", "run"))
|
30 | 35 | depends_on("neuron+python@7.8:", type=("build", "run"))
|
0 commit comments