Skip to content
Snippets Groups Projects
Commit e941a950 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'numba' into 'master'

[bob-devel] Add numba

See merge request !472
parents db4ad0ea 12e2c37b
Branches
No related tags found
1 merge request!472[bob-devel] Add numba
Pipeline #49116 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.02.11 version: 2021.03.25
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.02.11 - bob-devel 2021.03.25
- 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.02.11 version: 2021.03.25
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -58,6 +58,7 @@ requirements: ...@@ -58,6 +58,7 @@ requirements:
- mkl 2019.4 - mkl 2019.4
- ncurses 6.2 - ncurses 6.2
- nose 1.3.7 - nose 1.3.7
- numba 0.51.2
- numpy 1.19.2 - numpy 1.19.2
- opencv 4.5.0 - opencv 4.5.0
- pandas 1.2.1 - pandas 1.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment