Skip to content
Snippets Groups Projects
Commit 5898ea4f authored by André MAYORAZ's avatar André MAYORAZ
Browse files

Removed last traces of bob.extension

parent e9885438
Branches
Tags
1 merge request!107Resolve "Switch to new CI/CD configuration"
Pipeline #66645 passed
...@@ -22,7 +22,6 @@ requirements: ...@@ -22,7 +22,6 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- bob.extension
- bob.io.base - bob.io.base
- exposed - exposed
- numpy {{ numpy }} - numpy {{ numpy }}
...@@ -32,10 +31,8 @@ requirements: ...@@ -32,10 +31,8 @@ requirements:
- tabulate {{ tabulate }} - tabulate {{ tabulate }}
- numba {{ numba }} - numba {{ numba }}
run: run:
# - bob.extension #not required, has run_exports
- python - python
- setuptools - setuptools
- bob.extension
- bob.io.base - bob.io.base
- exposed - exposed
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
dependencies = [ dependencies = [
"setuptools", "setuptools",
"numpy", "numpy",
"bob.extension",
"bob.io.base", "bob.io.base",
"exposed", "exposed",
"scipy", "scipy",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment