Skip to content
Snippets Groups Projects
Verified Commit cc53355d authored by Yannick DAYER's avatar Yannick DAYER
Browse files

chore(deps): add dependencies pinning for release. [skip ci]

parent 80e4e852
No related branches found
No related tags found
No related merge requests found
Pipeline #89769 skipped
[build-system] [build-system]
requires = ["setuptools>=61.0.0", "wheel"] requires = ["setuptools>=69.2.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
...@@ -26,18 +26,18 @@ ...@@ -26,18 +26,18 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob", "bob==12.1.1",
"bob.io.base", "bob.io.base==5.1.1",
"clapper", "clapper~=1.0",
"dask", "dask==2024.5.2",
"dask-jobqueue", "dask-jobqueue~=0.8",
"dask-ml", "dask-ml==2024.3.20",
"distributed", "distributed==2024.5.2",
"h5py", "h5py~=3.7",
"numpy", "numpy~=1.26",
"requests", "requests~=2.28",
"scikit-learn", "scikit-learn~=1.4",
"xarray", "xarray==2024.5.0",
] ]
[project.urls] [project.urls]
...@@ -107,3 +107,7 @@ ...@@ -107,3 +107,7 @@
] ]
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
# [profile]
# repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
# commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment