diff --git a/README.md b/README.md index 00c0033933b84ce00ca32084d7ad22bb7e6c6922..4e72e2eba702def61e9488838d59f5154996c9b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.measure/commits/master) -[](https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/coverage/) +[](https://www.idiap.ch/software/bob/docs/bob/bob.measure/v6.1.0/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.measure/commits/v6.1.0) +[](https://www.idiap.ch/software/bob/docs/bob/bob.measure/v6.1.0/coverage/) [](https://gitlab.idiap.ch/bob/bob.measure) # Experiment Evaluation Metrics for Bob diff --git a/pyproject.toml b/pyproject.toml index 80430e131ee482f3b2632ebe21ab628cbc2600fa..ba86d15cf615dbb7458888664969f967269210e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.measure" - version = "6.0.3b0" + version = "6.1.0" requires-python = ">=3.9" description = "Evaluation metrics for Bob" dynamic = ["readme"] @@ -25,19 +25,19 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bob", - "bob.io.base", - "clapper", - "h5py", - "matplotlib", - "numba", - "numpy", - "scipy", - "tabulate", + "bob==12.0.0", + "bob.io.base==5.1.0", + "clapper==1.0.1", + "h5py==3.7.0", + "matplotlib==3.6.2", + "numba==0.56.4", + "numpy==1.23.5", + "scipy==1.10.0", + "tabulate==0.9.0", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.measure/v6.1.0/sphinx/" homepage = "https://pypi.org/project/bob.measure/" repository = "https://gitlab.idiap.ch/bob/bob.measure" changelog = "https://gitlab.idiap.ch/bob/bob.measure/-/releases" @@ -45,17 +45,17 @@ [project.optional-dependencies] qa = ["pre-commit"] doc = [ - "sphinx", - "sphinx_rtd_theme", - "sphinx-autodoc-typehints", - "auto-intersphinx", - "sphinxcontrib-programoutput", - "matplotlib", + "sphinx==5.3.0", + "sphinx-rtd-theme==1.1.1", + "sphinx-autodoc-typehints==1.21.8", + "auto-intersphinx==1.0.2", + "sphinxcontrib-programoutput==0.17", + "matplotlib==3.6.2", ] test = [ - "pytest", - "pytest-cov", - "coverage", + "pytest==7.2.1", + "pytest-cov==4.0.0", + "coverage==7.0.5", ] [tool.setuptools] @@ -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 = "ade723be1f11feddb7bece235de32cc98953dc07"