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]
requires = ["setuptools>=61.0.0", "wheel"]
requires = ["setuptools>=69.2.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......@@ -21,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bob",
"h5py",
"imageio",
"numpy",
"pillow",
"bob==12.1.1",
"h5py~=3.7",
"imageio~=2.34",
"numpy~=1.26",
"pillow~=10.2",
]
[project.urls]
......@@ -78,3 +78,7 @@ addopts = [
junit_logging = "all"
junit_log_passing_tests = false
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