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

Increased latest version to 5.1.1b0 [skip ci]

parent 8d5056d7
No related branches found
No related tags found
No related merge requests found
Pipeline #87589 failed
[![latest-docs](https://img.shields.io/badge/docs-v5.1.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.0/sphinx/index.html) [![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx/index.html)
[![build](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.io.base/commits/v5.1.0) [![build](https://gitlab.idiap.ch/bob/bob.io.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.io.base/commits/master)
[![coverage](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.0/coverage/index.html) [![coverage](https://gitlab.idiap.ch/bob/bob.io.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.io.base) [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.io.base)
# bob.io.base # bob.io.base
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.io.base" name = "bob.io.base"
version = "5.1.0" version = "5.1.1b0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Basic IO for Bob" description = "Basic IO for Bob"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -21,15 +21,15 @@ classifiers = [ ...@@ -21,15 +21,15 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob==12.0.0", "bob",
"h5py==3.7.0", "h5py",
"imageio==2.24.0", "imageio",
"numpy==1.23.5", "numpy",
"pillow==9.4.0", "pillow",
] ]
[project.urls] [project.urls]
documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.0/sphinx" documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx"
homepage = "https://pypi.org/project/bob.io.base" homepage = "https://pypi.org/project/bob.io.base"
repository = "https://gitlab.idiap.ch/bob/bob.io.base" repository = "https://gitlab.idiap.ch/bob/bob.io.base"
changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
...@@ -37,14 +37,14 @@ changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases" ...@@ -37,14 +37,14 @@ changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
[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",
"auto-intersphinx==1.0.2", "auto-intersphinx",
] ]
test = [ test = [
"pytest==7.2.1", "pytest",
"pytest-cov==4.0.0", "pytest-cov",
"coverage==7.0.5", "coverage",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -78,7 +78,3 @@ addopts = [ ...@@ -78,7 +78,3 @@ addopts = [
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
norecursedirs = ["src/*"] norecursedirs = ["src/*"]
[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