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

Increased latest version to 3.3.1b0 [skip ci]

parent 0ecec704
No related branches found
No related tags found
No related merge requests found
Pipeline #79236 failed
[![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/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/v3.3.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.0/coverage)
[![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 pipeline](https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.learn.em/commits/master)
[![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 gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.learn.em)
# Expectation Maximization Machine Learning Tools
......
......@@ -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"
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