Skip to content
Snippets Groups Projects
Commit 0ecec704 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Increased stable version to 3.3.0

parent ff1f107d
No related branches found
No related tags found
No related merge requests found
Pipeline #74879 passed
[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/sphinx/index.html) [![badge doc](https://img.shields.io/badge/docs-v3.3.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.learn.em/commits/master) [![badge pipeline](https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.3.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.learn.em/commits/v3.3.0)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/coverage) [![badge coverage](https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.3.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/coverage)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.learn.em) [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.learn.em)
# Expectation Maximization Machine Learning Tools # Expectation Maximization Machine Learning Tools
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.learn.em" name = "bob.learn.em"
version = "3.2.1b0" version = "3.3.0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Bindings for EM machines and trainers of Bob" description = "Bindings for EM machines and trainers of Bob"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob", "bob==12.0.0",
"dask", "dask==2023.1.0",
"dask-ml", "dask-ml==2022.5.27",
"h5py", "h5py==3.7.0",
"scikit-learn", "scikit-learn==1.1.2",
] ]
[project.urls] [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/" homepage = "https://pypi.org/project/bob.learn.em/"
repository = "https://gitlab.idiap.ch/bob/bob.learn.em" repository = "https://gitlab.idiap.ch/bob/bob.learn.em"
changelog = "https://gitlab.idiap.ch/bob/bob.learn.em/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.learn.em/-/releases"
...@@ -41,16 +41,16 @@ ...@@ -41,16 +41,16 @@
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx", "sphinx==5.3.0",
"sphinx_rtd_theme", "sphinx-rtd-theme==1.1.1",
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints==1.21.8",
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput==0.17",
"matplotlib", "matplotlib==3.6.2",
] ]
test = [ test = [
"pytest", "pytest==7.2.1",
"pytest-cov", "pytest-cov==4.0.0",
"coverage", "coverage==7.0.5",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -83,3 +83,7 @@ ...@@ -83,3 +83,7 @@
] ]
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
[profile]
repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"
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