diff --git a/pyproject.toml b/pyproject.toml index 2e113c0f811b339f8802b8aa40617da61d54e4f3..f0aa44031fa52601586b9f18e22c6092c7786960 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"