diff --git a/README.md b/README.md index 4e72e2eba702def61e9488838d59f5154996c9b5..00c0033933b84ce00ca32084d7ad22bb7e6c6922 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](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://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://gitlab.idiap.ch/bob/bob.measure) # Experiment Evaluation Metrics for Bob diff --git a/pyproject.toml b/pyproject.toml index ba86d15cf615dbb7458888664969f967269210e5..f6f80b8160d9fcb2e92ae6e6790c6c9106f69e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.measure" - version = "6.1.0" + version = "6.1.1b0" requires-python = ">=3.9" description = "Evaluation metrics for Bob" dynamic = ["readme"] @@ -25,19 +25,19 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "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", + "bob", + "bob.io.base", + "clapper", + "h5py", + "matplotlib", + "numba", + "numpy", + "scipy", + "tabulate", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.measure/v6.1.0/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.measure/master/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==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", + "sphinx", + "sphinx_rtd_theme", + "sphinx-autodoc-typehints", + "auto-intersphinx", + "sphinxcontrib-programoutput", + "matplotlib", ] test = [ - "pytest==7.2.1", - "pytest-cov==4.0.0", - "coverage==7.0.5", + "pytest", + "pytest-cov", + "coverage", ] [tool.setuptools] @@ -97,7 +97,3 @@ ] junit_logging = "all" junit_log_passing_tests = false - -[profile] - repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" - commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"