Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
689745c1
Commit
689745c1
authored
4 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_opencv' into 'master'
Add opencv See merge request
!202
parents
4c4397e1
6e8d4106
No related branches found
No related tags found
1 merge request
!202
Add opencv
Pipeline
#45830
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/conda_build_config.yaml
+42
-42
42 additions, 42 deletions
bob/devtools/data/conda_build_config.yaml
with
42 additions
and
42 deletions
bob/devtools/data/conda_build_config.yaml
+
42
−
42
View file @
689745c1
...
@@ -77,12 +77,12 @@ zip_keys:
...
@@ -77,12 +77,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages:
# This version of bob-devel will be used at test time of packages:
bob_devel
:
bob_devel
:
-
2020.11.1
7
-
2020.11.1
9
# This version of beat-devel will be used at test time of packages. Notice it
# This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should have a version that is greater or equal its value
# uses bob-devel and should have a version that is greater or equal its value
beat_devel
:
beat_devel
:
-
2020.11.1
7
-
2020.11.1
9
# The build time only dependencies (build requirements).
# The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea.
# Updating these to the latest version all the time is OK and a good idea.
...
@@ -95,46 +95,16 @@ make:
...
@@ -95,46 +95,16 @@ make:
pkg_config
:
pkg_config
:
-
0.29.2
-
0.29.2
# The dependencies that we link against (host requirements).
# The host requirements. Ideally we want to build against the oldest possible version of
# Ideally we want to build against the oldest possible version of packages when
# packages so packages can be installed with a wide range of versions. But the versions
# we are linking against them. It is best to keep this in sync with:
# here should also be compatible with the pinned versions in bob-devel. For most
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
# dependencies, you want to put the exact version of bob-devel in here as well. It is
# The level of pins (x, x.x, or x.x.x) depends on the run_exports of the package
# best to keep this in sync with:
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml The
# names here should not contain dots or dashes. You should replace dots and dashes with
# underlines.
boost
:
boost
:
-
1.73
-
1.73.0
ffmpeg
:
-
4.2
freetype
:
-
2.10
giflib
:
-
5
hdf5
:
-
1.10.6
jpeg
:
-
9
libblitz
:
-
1.0.1
libpng
:
-
1.6
libsvm
:
-
3.24
libtiff
:
-
4.1
mkl
:
-
2019
numpy
:
-
1.16
pybind11
:
-
2.4
sox
:
-
14.4.2
vlfeat
:
-
0.9.21
# The dependencies that are needed for runtime only (run requirements). These versions
# **should** match the versions inside bob-devel recipe. In fact, you can copy the
# bob-devel pins here and remove the ones that are already in the "build" requirements,
# above (like numpy, boost). You should also replace dots and dashes with underlines.
click
:
click
:
-
7.1.2
-
7.1.2
click_plugins
:
click_plugins
:
...
@@ -153,24 +123,50 @@ docker_py:
...
@@ -153,24 +123,50 @@ docker_py:
-
4.3.1
-
4.3.1
docopt
:
docopt
:
-
0.6.2
-
0.6.2
ffmpeg
:
-
4.2.2
freetype
:
-
2.10.4
giflib
:
-
5.2.1
h5py
:
h5py
:
-
2.10.0
-
2.10.0
hdf5
:
-
1.10.6
jinja2
:
jinja2
:
-
2.11.2
-
2.11.2
jpeg
:
-
9b
jsonschema
:
jsonschema
:
-
3.2.0
-
3.2.0
libblitz
:
-
1.0.1
libpng
:
-
1.6.37
libsvm
:
-
3.24
libtiff
:
-
4.1.0
matplotlib
:
matplotlib
:
-
3.3.2
-
3.3.2
mkl
:
-
2019.4
ncurses
:
ncurses
:
-
6.2
-
6.2
nose
:
nose
:
-
1.3.7
-
1.3.7
numpy
:
# we build against numpy 1.16 but test against newer versions.
-
1.16
opencv
:
-
4.5.0
pandas
:
pandas
:
-
1.1.3
-
1.1.3
pillow
:
pillow
:
-
8.0.1
-
8.0.1
psycopg2
:
psycopg2
:
-
2.8.5
-
2.8.5
pybind11
:
-
2.5.0
pyopengl
:
pyopengl
:
-
3.1.1
-
3.1.1
pyqtgraph
:
pyqtgraph
:
...
@@ -206,7 +202,9 @@ setuptools:
...
@@ -206,7 +202,9 @@ setuptools:
simplejson
:
simplejson
:
-
3.17.2
-
3.17.2
six
:
six
:
-
1
-
1.15.0
sox
:
-
14.4.2
sphinx
:
sphinx
:
-
3.2.1
-
3.2.1
sphinx_rtd_theme
:
sphinx_rtd_theme
:
...
@@ -227,6 +225,8 @@ torchvision:
...
@@ -227,6 +225,8 @@ torchvision:
-
0.8.1
-
0.8.1
tqdm
:
tqdm
:
-
4.50.2
-
4.50.2
vlfeat
:
-
0.9.21
xarray
:
xarray
:
-
0.16.1
-
0.16.1
zc_buildout
:
zc_buildout
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment