Skip to content

Commit

Permalink
Fix constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Aug 31, 2023
1 parent 8782b96 commit b71b789
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ class PyDiameterSynthesis(PythonPackage):
depends_on("py-setuptools-scm", type="build")

depends_on("py-click@7.0:", type=("build", "run"))
depends_on("py-numpy@1.15.0:", type=("build", "run"), when="@:0.5.3")
depends_on("py-numpy@1.33.0:", type=("build", "run"), when="@0.5.3:")
depends_on("py-scipy@0.13.3:", type=("build", "run"), when="@:0.5.3")
depends_on("py-numpy@1.15.0:", type=("build", "run"), when="@:0.5.3")
depends_on("py-scipy@1.6:", type=("build", "run"), when="@0.5.3:")
depends_on("py-matplotlib@2.2:", type=("build", "run"), when="@:0.5.3")
depends_on("py-scipy@0.13.3:", type=("build", "run"), when="@:0.5.3")
depends_on("py-matplotlib@3.4:", type=("build", "run"), when="@0.5.3:")
depends_on("py-pandas@0.24:", type=("build", "run"), when="@:0.5.3")
depends_on("py-matplotlib@2.2:", type=("build", "run"), when="@:0.5.3")
depends_on("py-pandas@1.0.5:", type=("build", "run"), when="@0.5.3:")
depends_on("py-pandas@0.24:", type=("build", "run"), when="@:0.4.1")
depends_on("py-neurom@3.0:3", type=("build", "run"))
depends_on("py-morphio@3.3.4:", type=("build", "run"), when="@0.4.1:")
depends_on("py-morphio@2.3.4:", type=("build", "run"), when="@:0.5.3")
depends_on("py-morphio@3.3.4:", type=("build", "run"), when="@0.5.3:")
depends_on("py-jsonschema@3:", type=("build", "run"))
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/py-morph-tool/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ class PyMorphTool(PythonPackage):
depends_on("py-bluepyopt@1.9.37:", type=("build", "run"), when="+neuron")

depends_on("py-neurom@3.0:3.999,develop", type=("build", "run"))
depends_on("py-morphio@3.0:3,develop", type=("build", "run"), when="@2.9.0")
depends_on("py-morphio@3.3.6:3,develop", type=("build", "run"), when="@2.9.1:")
depends_on("py-morphio@3.0:3,develop", type=("build", "run"), when="@2.9.0")
9 changes: 5 additions & 4 deletions bluebrain/repo-bluebrain/packages/py-neurots/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ class PyNeurots(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build")

depends_on("py-diameter-synthesis@0.5.4:", type=("build", "run"), when="@3.4:")
depends_on("py-diameter-synthesis@0.5.3:", type=("build", "run"), when="@3.3.1:")
depends_on("py-matplotlib@1.3.1:", type=("build", "run"))
depends_on("py-tmd@2.2.0:", type=("build", "run"))
depends_on("py-morphio@3.0:3.999", type=("build", "run"))
depends_on("py-neurom@3:3.999", type=("build", "run"))
depends_on("py-scipy@1.6:", type=("build", "run"), when="@3.0.0:")
depends_on("py-scipy@0.13.3:", type=("build", "run"), when="@:2.999")
depends_on("py-numpy@1.15:1.21", type=("build", "run"), when="@:2.5.0")
depends_on("py-numpy@1.22:", type=("build", "run"), when="@3.0.0:")
depends_on("py-scipy@0.13.3:", type=("build", "run"), when="@:2")
depends_on("py-scipy@1.6:", type=("build", "run"), when="@3:")
depends_on("py-numpy@1.15:1.21", type=("build", "run"), when="@:2")
depends_on("py-numpy@1.22:", type=("build", "run"), when="@3:")
depends_on("py-jsonschema@3.0.1:", type=("build", "run"))
20 changes: 10 additions & 10 deletions bluebrain/repo-bluebrain/packages/py-region-grower/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@ class PyRegionGrower(PythonPackage):
depends_on("py-setuptools", type="build")

depends_on("py-attrs@19.3.0:", type=("build", "run"))
depends_on("py-click@7.0:", type=("build", "run"), when="@0.3.1:1")
depends_on("py-click@8.0:", type=("build", "run"), when="@1:")
depends_on("py-click@7.0:", type=("build", "run"), when="@0.3.1:0")
depends_on("py-dask+dataframe+distributed@2023.3.2:", type=("build", "run"), when="@1:")
depends_on("py-dask+dataframe+distributed@2021.9:", type=("build", "run"), when="@0.4.3")
depends_on(
"py-dask+dataframe+distributed@2.15.0:2021.8.0,2021.9.0:",
type=("build", "run"),
when="@0.3.1",
)
depends_on("py-dask+dataframe+distributed@2021.9:", type=("build", "run"), when="@0.4.3:")
depends_on("py-dask+dataframe+distributed@2023.3.2:", type=("build", "run"), when="@1:")
depends_on("py-diameter-synthesis@0.4.1:1", type=("build", "run"), when="@0.3.1")
depends_on("py-diameter-synthesis@0.5.3:1", type=("build", "run"), when="@0.4.3:")
depends_on("py-diameter-synthesis@0.5.4:1", type=("build", "run"), when="@1.1.0:")
depends_on("py-morphio@3.0:3", type=("build", "run"), when="@0.3.1")
depends_on("py-morphio@3.3.3:3", type=("build", "run"), when="@0.4.3:")
depends_on("py-diameter-synthesis@0.5.3:1", type=("build", "run"), when="@0.4.3:1.0")
depends_on("py-diameter-synthesis@0.4.1", type=("build", "run"), when="@0.3.1")
depends_on("py-morphio@3.3.4:3", type=("build", "run"), when="@1:")
depends_on("py-morphio@3.3.3:3", type=("build", "run"), when="@0.4.3")
depends_on("py-morphio@3.0:3", type=("build", "run"), when="@0.3.1")
depends_on("py-morph-tool@2.9.0:2 +neuron", type=("build", "run"))
depends_on("py-neuroc@0.2.8:", type=("build", "run"))
depends_on("py-neurom@3.0:3", type=("build", "run"))
depends_on("py-neurots@3.1:3", type=("build", "run"), when="@0.3.1")
depends_on("py-neurots@3.3.1:3", type=("build", "run"), when="@0.4.3:1")
depends_on("py-neurots@3.4.0:3", type=("build", "run"), when="@1:")
depends_on("py-neurots@3.3.1", type=("build", "run"), when="@0.4.3")
depends_on("py-neurots@3.1:3.2", type=("build", "run"), when="@0.3.1")
depends_on("py-tqdm@4.28.1:", type=("build", "run"))
depends_on("py-voxcell@2.7:3", type=("build", "run"), when="@0.3.1")
depends_on("py-voxcell@3.1.1:3", type=("build", "run"), when="@0.4.3:")
depends_on("py-voxcell@2.7:3.0", type=("build", "run"), when="@0.3.1")
depends_on("py-dask-mpi@2.0.0:", type=("build", "run"))
depends_on("py-mpi4py@3.0.3:", type=("build", "run"))

0 comments on commit b71b789

Please sign in to comment.