From 8ff9bd31c3e7099c46b41edc4d7c60e5feaf59e9 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 12 Jul 2024 21:12:06 +0200 Subject: [PATCH] chore(deps): add dependencies pinning for release. [skip ci] --- pyproject.toml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e113c0..f0aa440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] - requires = ["setuptools>=61.0.0", "wheel"] + requires = ["setuptools>=69.2.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -25,15 +25,15 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bob", - "bob.io.base", - "clapper", - "h5py", - "matplotlib", - "numba", - "numpy", - "scipy", - "tabulate", + "bob==12.1.1", + "bob.io.base==5.1.1", + "clapper~=1.0", + "h5py~=3.7", + "matplotlib~=3.8", + "numba~=0.56", + "numpy~=1.26", + "scipy~=1.10", + "tabulate~=0.9", ] [project.urls] @@ -97,3 +97,7 @@ ] junit_logging = "all" junit_log_passing_tests = false + +# [profile] +# repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" +# commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8" -- GitLab