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

Added bob.io.base as depwndency

parent ed0fa686
Branches
Tags
1 merge request!107Resolve "Switch to new CI/CD configuration"
Pipeline #66633 passed
...@@ -23,6 +23,7 @@ requirements: ...@@ -23,6 +23,7 @@ requirements:
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- bob.extension - bob.extension
- bob.io.base
- exposed - exposed
- numpy {{ numpy }} - numpy {{ numpy }}
- scipy {{ scipy }} - scipy {{ scipy }}
...@@ -35,6 +36,7 @@ requirements: ...@@ -35,6 +36,7 @@ requirements:
- python - python
- setuptools - setuptools
- bob.extension - bob.extension
- bob.io.base
- exposed - exposed
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }} - {{ pin_compatible('scipy') }}
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
"setuptools", "setuptools",
"numpy", "numpy",
"bob.extension", "bob.extension",
"bob.io.base",
"exposed", "exposed",
"scipy", "scipy",
"h5py", "h5py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment