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

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

parent 1917c6e8
Branches
Tags
No related merge requests found
Pipeline #89765 skipped
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
requires = ["setuptools>=69.2.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......@@ -25,15 +25,15 @@
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bob",
"bob.io.base",
"clapper",
"h5py",
"matplotlib",
"numba",
"numpy",
"scipy",
"tabulate",
"bob==12.1.1",
"bob.io.base==5.1.1",
"clapper~=1.0",
"h5py~=3.7",
"matplotlib~=3.8",
"numba~=0.56",
"numpy~=1.26",
"scipy~=1.10",
"tabulate~=0.9",
]
[project.urls]
......@@ -97,3 +97,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.
Please register or to comment