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

chore(deps): add dependencies pinning for release.

parent f6f32bd0
No related branches found
No related tags found
No related merge requests found
Pipeline #89760 passed
[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]
...@@ -21,11 +21,11 @@ classifiers = [ ...@@ -21,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob", "bob==12.1.1",
"h5py", "h5py~=3.7",
"imageio", "imageio~=2.34",
"numpy", "numpy~=1.26",
"pillow", "pillow~=10.2",
] ]
[project.urls] [project.urls]
...@@ -78,3 +78,7 @@ addopts = [ ...@@ -78,3 +78,7 @@ addopts = [
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
norecursedirs = ["src/*"] norecursedirs = ["src/*"]
# [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.
Finish editing this message first!
Please register or to comment