diff --git a/pyproject.toml b/pyproject.toml index b92af4252b8e73bbd10f5a283dfa22747d50101b..553eae13b3c9e774b0b20aabe61180a98ebc5158 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] @@ -24,19 +24,19 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "bob", - "bob.io.base", - "bob.learn.em", - "bob.measure", - "bob.pipelines", - "clapper", - "click", - "click-plugins", - "dask", - "numpy", - "pandas", - "scipy", - "tabulate", + "bob==12.1.1", + "bob.io.base==5.1.1", + "bob.learn.em==3.3.1", + "bob.measure==6.1.1", + "bob.pipelines==4.0.1", + "clapper~=1.0", + "click~=8.1", + "click-plugins~=1.1", + "dask==2024.5.2", + "numpy~=1.26", + "pandas~=2.2", + "scipy~=1.10", + "tabulate~=0.9", ] [project.urls] @@ -146,3 +146,7 @@ ] junit_logging = "all" junit_log_passing_tests = false + +# [profile] +# repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" +# commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8"