diff --git a/README.md b/README.md index 2231428d28aae1958898e3679387d24bb0c04d54..3f521f1f5654f6a4c353aabe317478720d12c490 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.learn.em/commits/master) -[](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/coverage) +[](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.learn.em/commits/v3.3.0) +[](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/coverage) [](https://gitlab.idiap.ch/bob/bob.learn.em) # Expectation Maximization Machine Learning Tools diff --git a/pyproject.toml b/pyproject.toml index dd843f202932fb1765bf81f86d1cd9d9e9f54d0d..a7dd9f212e882a632d7dfc85e5865b2142137b49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.learn.em" - version = "3.2.1b0" + version = "3.3.0" requires-python = ">=3.9" description = "Bindings for EM machines and trainers of Bob" dynamic = ["readme"] @@ -25,15 +25,15 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bob", - "dask", - "dask-ml", - "h5py", - "scikit-learn", + "bob==12.0.0", + "dask==2023.1.0", + "dask-ml==2022.5.27", + "h5py==3.7.0", + "scikit-learn==1.1.2", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/sphinx/" homepage = "https://pypi.org/project/bob.learn.em/" repository = "https://gitlab.idiap.ch/bob/bob.learn.em" changelog = "https://gitlab.idiap.ch/bob/bob.learn.em/-/releases" @@ -41,16 +41,16 @@ [project.optional-dependencies] qa = ["pre-commit"] doc = [ - "sphinx", - "sphinx_rtd_theme", - "sphinx-autodoc-typehints", - "sphinxcontrib-programoutput", - "matplotlib", + "sphinx==5.3.0", + "sphinx-rtd-theme==1.1.1", + "sphinx-autodoc-typehints==1.21.8", + "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] @@ -83,3 +83,7 @@ ] junit_logging = "all" junit_log_passing_tests = false + +[profile] + repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" + commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"