diff --git a/pyproject.toml b/pyproject.toml index aa3264228c3ead99d4088bb9eacd9de809b729ff..5ca20f758e60a982539d660fe3541e220e8fda7a 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] @@ -26,18 +26,18 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bob", - "bob.io.base", - "clapper", - "dask", - "dask-jobqueue", - "dask-ml", - "distributed", - "h5py", - "numpy", - "requests", - "scikit-learn", - "xarray", + "bob==12.1.1", + "bob.io.base==5.1.1", + "clapper~=1.0", + "dask==2024.5.2", + "dask-jobqueue~=0.8", + "dask-ml==2024.3.20", + "distributed==2024.5.2", + "h5py~=3.7", + "numpy~=1.26", + "requests~=2.28", + "scikit-learn~=1.4", + "xarray==2024.5.0", ] [project.urls] @@ -107,3 +107,7 @@ ] junit_logging = "all" junit_log_passing_tests = false + +# [profile] +# repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" +# commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8"