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

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

parent 586d6cb5
No related branches found
No related tags found
Loading
Pipeline #89786 skipped
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
requires = ["setuptools>=69.2.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......@@ -27,17 +27,17 @@
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bob",
"bob.io.base",
"bob.bio.base",
"clapper",
"docopt",
"matplotlib",
"numpy",
"pillow",
"schema",
"scikit-image",
"scipy",
"bob==12.1.1",
"bob.io.base==5.1.1",
"bob.bio.base==8.1.1",
"clapper~=1.0",
"docopt~=0.6",
"matplotlib~=3.8",
"numpy~=1.26",
"pillow~=10.2",
"schema~=0.7",
"scikit-image~=0.19",
"scipy~=1.10",
]
[project.urls]
......@@ -119,3 +119,7 @@
]
junit_logging = "all"
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.
Finish editing this message first!
Please register or to comment