From 24a7ff1d8bad9543fc5569f324fdb808d51b0e37 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 16 Jun 2023 12:31:32 +0000 Subject: [PATCH] Increased latest version to 3.3.1b0 [skip ci] --- README.md | 6 +++--- pyproject.toml | 34 +++++++++++++++------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 3f521f1..2231428 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[](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://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://gitlab.idiap.ch/bob/bob.learn.em) # Expectation Maximization Machine Learning Tools diff --git a/pyproject.toml b/pyproject.toml index a7dd9f2..b0b4ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.learn.em" - version = "3.3.0" + version = "3.3.1b0" 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==12.0.0", - "dask==2023.1.0", - "dask-ml==2022.5.27", - "h5py==3.7.0", - "scikit-learn==1.1.2", + "bob", + "dask", + "dask-ml", + "h5py", + "scikit-learn", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/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==5.3.0", - "sphinx-rtd-theme==1.1.1", - "sphinx-autodoc-typehints==1.21.8", - "sphinxcontrib-programoutput==0.17", - "matplotlib==3.6.2", + "sphinx", + "sphinx_rtd_theme", + "sphinx-autodoc-typehints", + "sphinxcontrib-programoutput", + "matplotlib", ] test = [ - "pytest==7.2.1", - "pytest-cov==4.0.0", - "coverage==7.0.5", + "pytest", + "pytest-cov", + "coverage", ] [tool.setuptools] @@ -83,7 +83,3 @@ ] junit_logging = "all" junit_log_passing_tests = false - -[profile] - repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" - commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07" -- GitLab