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

Increased latest version to 4.0.1b0 [skip ci]

parent 8289d188
No related branches found
No related tags found
No related merge requests found
Pipeline #81804 passed
[![badge doc](https://img.shields.io/badge/docs-v4.0.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.0/sphinx/index.html) [![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pipelines/badges/v4.0.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pipelines/commits/v4.0.0) [![badge pipeline](https://gitlab.idiap.ch/bob/bob.pipelines/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pipelines/commits/master)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.pipelines/badges/v4.0.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.0/coverage) [![badge coverage](https://gitlab.idiap.ch/bob/bob.pipelines/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/coverage)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pipelines) [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pipelines)
# Tools to build robust and extensible pipelines # Tools to build robust and extensible pipelines
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.pipelines" name = "bob.pipelines"
version = "4.0.0" version = "4.0.1b0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Tools to build robust and extensible pipelines" description = "Tools to build robust and extensible pipelines"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -26,21 +26,21 @@ ...@@ -26,21 +26,21 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob==12.0.0", "bob",
"bob.io.base==5.1.0", "bob.io.base",
"clapper==1.0.1", "clapper",
"dask==2023.1.0", "dask",
"dask-jobqueue==0.8.1", "dask-jobqueue",
"distributed==2023.1.0", "distributed",
"h5py==3.7.0", "h5py",
"numpy==1.23.5", "numpy",
"requests==2.28.2", "requests",
"scikit-learn==1.1.2", "scikit-learn",
"xarray==2022.12.0", "xarray",
] ]
[project.urls] [project.urls]
documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.0/sphinx/" documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/"
homepage = "https://pypi.org/project/bob.pipelines/" homepage = "https://pypi.org/project/bob.pipelines/"
repository = "https://gitlab.idiap.ch/bob/bob.pipelines" repository = "https://gitlab.idiap.ch/bob/bob.pipelines"
changelog = "https://gitlab.idiap.ch/bob/bob.pipelines/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.pipelines/-/releases"
...@@ -48,19 +48,19 @@ ...@@ -48,19 +48,19 @@
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx==5.3.0", "sphinx",
"sphinx-rtd-theme==1.1.1", "sphinx_rtd_theme",
"sphinx-autodoc-typehints==1.21.8", "sphinx-autodoc-typehints",
"auto-intersphinx==1.0.2", "auto-intersphinx",
"sphinxcontrib-programoutput==0.17", "sphinxcontrib-programoutput",
"matplotlib==3.6.2", "matplotlib",
"dask-ml==2022.5.27", "dask-ml",
] ]
test = [ test = [
"pytest==7.2.1", "pytest",
"pytest-cov==4.0.0", "pytest-cov",
"coverage==7.0.5", "coverage",
"dask-ml==2022.5.27", "dask-ml",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -105,7 +105,3 @@ ...@@ -105,7 +105,3 @@
] ]
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.
Please register or to comment