Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.facedetect
Commits
c95dae58
Commit
c95dae58
authored
Oct 13, 2021
by
Tiago de Freitas Pereira
Browse files
[conda] Fixing dependencies
parent
8cfe9943
Pipeline
#55158
failed with stage
in 15 minutes and 19 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
c95dae58
...
...
@@ -6,6 +6,7 @@ package:
version
:
{{
environ.get('BOB_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
build
:
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
-
{{
pin_subpackage(name)
}}
...
...
@@ -25,9 +26,8 @@ requirements:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.extension
-
scikit-image {{ scikit_image }}
-
libblitz {{ libblitz }}
-
boost {{ boost }}
-
numpy {{ numpy }}
-
scipy {{ scipy }}
-
matplotlib {{ matplotlib }}
...
...
@@ -35,7 +35,6 @@ requirements:
run
:
-
python
-
setuptools
-
boost
-
{{
pin_compatible('scipy')
}}
-
{{
pin_compatible('scikit-image')
}}
-
{{
pin_compatible('numpy')
}}
...
...
@@ -47,13 +46,6 @@ test:
imports
:
-
{{
name
}}
commands
:
-
collect_training_data.py --help
-
extract_training_features.py --help
-
train_detector.py --help
-
validate_detector.py --help
-
detect_faces.py --help
-
evaluate_detections.py --help
-
plot_froc.py --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
nosetests --with-coverage -sv bob.learn.boosting
-
nosetests --with-coverage -sv bob.ip.flandmark
...
...
@@ -71,6 +63,7 @@ test:
-
bob.io.image
-
bob.io.base
about
:
home
:
https://www.idiap.ch/software/bob/
license
:
BSD 3-Clause
...
...
requirements.txt
View file @
c95dae58
setuptools
bob.
blitz
bob.
extension
scikit-image
scipy
\ No newline at end of file
setup.py
View file @
c95dae58
...
...
@@ -39,7 +39,6 @@ from setuptools import setup, find_packages, dist
dist
.
Distribution
(
dict
(
setup_requires
=
[
"bob.extension"
]))
from
bob.extension.utils
import
egrep
,
find_header
,
find_library
from
bob.blitz.extension
import
Extension
,
build_ext
from
bob.extension.utils
import
load_requirements
...
...
test-requirements.txt
View file @
c95dae58
matplotlib
bob.io.image
bob.io.base
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment