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

Commit d47dab4

Browse files
py-blue-cwl, py-entity-management, brainbuilder: Bump to py-blue-cwl 1.0.0 (#2499)
1 parent 5c7ef24 commit d47dab4

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

bluebrain/repo-bluebrain/packages/brainbuilder/package.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
class Brainbuilder(PythonPackage):
1010
"""Miscellaneous circuit building utilities"""
1111

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

15-
version("develop", branch="main")
16-
version("0.19.0", tag="brainbuilder-v0.19.0")
16+
version("0.20.1", sha256="d46c3dc831dbac24a926a6e7b31a9eeea06bcc5fa500b84efb8153e27b56fac3")
1717

18-
depends_on("py-setuptools", type=("build", "run"))
18+
depends_on("py-setuptools", type="build")
19+
depends_on("py-setuptools-scm@8.0.0:", type="build")
1920

2021
depends_on("py-joblib@1.0.1:", type=("build", "run"))
2122
depends_on("py-click@7:8", type=("build", "run"))

bluebrain/repo-bluebrain/packages/py-blue-cwl/package.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class PyBlueCwl(PythonPackage):
1313
git = "https://github.com/BlueBrain/blue-cwl.git"
1414
pypi = "blue-cwl/blue_cwl-0.1.0.tar.gz"
1515

16+
version("1.0.0", sha256="b4456f36725713dbaf1b1b00d163615e1727367604c008f078fbeb01ea69975a")
1617
version("0.1.0", sha256="90df1c6ef97777df04a0a18b6871057878da891edb5ba1b0fa94610bfd27e2aa")
1718

1819
depends_on("python@3.10:", type=("build", "run"))
@@ -29,12 +30,17 @@ class PyBlueCwl(PythonPackage):
2930
depends_on("py-joblib", type=("build", "run"))
3031

3132
depends_on("py-libsonata", type=("build", "run"))
32-
depends_on("py-entity-management@1.2.44:", type=("build", "run"))
33+
depends_on("py-entity-management@1.4.1:", type=("build", "run"))
3334
depends_on("py-fz-td-recipe", type=("build", "run"))
3435
depends_on("py-pydantic", type=("build", "run"))
3536
depends_on("py-morph-tool", type=("build", "run"))
3637
depends_on("py-jsonschema", type=("build", "run"))
3738
depends_on("py-luigi", type=("build", "run"))
39+
depends_on("brainbuilder", type=("build", "run"))
40+
41+
# Visualization dependencies
42+
depends_on("py-pydot", type=("build", "run"))
43+
depends_on("py-matplotlib", type=("build", "run"))
3844

3945
@run_after("install")
4046
@on_package_attributes(run_tests=True)

bluebrain/repo-bluebrain/packages/py-entity-management/package.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class PyEntityManagement(PythonPackage):
1313
git = "https://github.com/BlueBrain/entity-management.git"
1414
pypi = "entity-management/entity_management-1.2.46.tar.gz"
1515

16+
version("1.4.1", sha256="3cdb51d658e36684f9b4c2591a91f6e9a849fd4dfb19df0262f0a0ad11c857fa")
1617
version("1.2.46", sha256="0c3a3c1c0c9d47b47a2804746eefdbb26d5e707ac24f707ba8d42395c14eaa10")
1718

1819
depends_on("py-setuptools", type="build")

0 commit comments

Comments
 (0)