Skip to content

Commit

Permalink
py-minis-validation: "bump"
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Oct 9, 2024
1 parent 4bced40 commit 718fd98
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions bluebrain/repo-bluebrain/packages/py-minis-validation/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,20 @@ class PyMinisValidation(PythonPackage):
homepage = "https://bbpgitlab.epfl.ch/nse/minis-validation/"
git = "ssh://[email protected]/nse/minis-validation.git"

version("develop", branch="main")
version("0.0.5", tag="minis-validation-v0.0.5")
version("0.0.5.2024-10-09", commit="d1e7508a078037fb0b5382ccd08ea5ba582637fa")

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

depends_on("[email protected]:1.999", type=("build", "run"))
depends_on("py-pandas@0.25:1.999", type=("build", "run"))
depends_on("[email protected]:1", type=("build", "run"))
depends_on("py-pandas@2.0.2:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:3.999", type=("build", "run"))
depends_on("[email protected]:7.999", type=("build", "run"))
depends_on("[email protected]:5.999", type=("build", "run"))
depends_on("py-dask+distributed", type=("build", "run"))
depends_on("py-dask-mpi", type=("build", "run"))
depends_on("py-distributed", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:2.999", type=("build", "run"))
depends_on("[email protected]:0.999", type=("build", "run"))
depends_on("[email protected]:4.8.2", type=("build", "run"), when="@:0.0.5")
depends_on("[email protected]:3", type=("build", "run"))
depends_on("[email protected]:", 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("py-bluepysnap@3:", type=("build", "run"))
depends_on("py-bluecellulab@2:", type=("build", "run"))

def patch(self):
# Purge version constraints caused by old (outdated) numba incompatibilities
Expand Down

0 comments on commit 718fd98

Please sign in to comment.