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

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

parent a4d9de63
No related branches found
No related tags found
No related merge requests found
Pipeline #89803 skipped
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
requires = ["setuptools>=69.2.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......@@ -24,15 +24,15 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"bob",
"bob.measure",
"bob.learn.em",
"bob.bio.base",
"bob.pad.base",
"clapper",
"matplotlib",
"numpy",
"scikit-learn",
"bob==12.1.1",
"bob.measure==6.1.1",
"bob.learn.em==3.3.1",
"bob.bio.base==8.1.1",
"bob.pad.base==6.0.1",
"clapper~=1.0",
"matplotlib~=3.8",
"numpy~=1.26",
"scikit-learn~=1.4",
]
[project.urls]
......@@ -106,3 +106,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