Skip to content
Snippets Groups Projects
Commit 9f455d8e authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Register pytables in bob-devel

parent 76bc91f8
No related branches found
No related tags found
1 merge request!468Register pytables in bob-devel
Pipeline #47514 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package: package:
name: beat-devel name: beat-devel
version: 2021.01.28 version: 2021.01.29
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
requirements: requirements:
host: host:
- bob-devel 2021.01.28 - bob-devel 2021.01.29
- python {{ python }} - python {{ python }}
# the dependencies are pinned in bob-devel # the dependencies are pinned in bob-devel
- docker-py - docker-py
......
...@@ -6,7 +6,7 @@ package: ...@@ -6,7 +6,7 @@ package:
# there as well in the same merge request. # there as well in the same merge request.
# Then open an MR in bob/bob.devtools to put these new versions of bob-devel and # Then open an MR in bob/bob.devtools to put these new versions of bob-devel and
# beat-devel in `bob/devtools/data/conda_build_config.yaml` # beat-devel in `bob/devtools/data/conda_build_config.yaml`
version: 2021.01.28 version: 2021.01.29
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -67,6 +67,7 @@ requirements: ...@@ -67,6 +67,7 @@ requirements:
- pybind11 2.5.0 - pybind11 2.5.0
- pyopengl 3.1.1a1 - pyopengl 3.1.1a1
- pyqtgraph 0.11.0 - pyqtgraph 0.11.0
- pytables 3.6.1
- pytest 6.2.2 - pytest 6.2.2
- pytest-cov 2.11.1 - pytest-cov 2.11.1
- python-graphviz 0.15 - python-graphviz 0.15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment