Skip to content
Snippets Groups Projects
Verified Commit 3b6bcc10 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(deps): add bob as dependency in new structure

parent 35384e87
No related branches found
No related tags found
1 merge request!112meta(deps): add bob as dependency in new structure
Pipeline #74726 passed
...@@ -22,25 +22,27 @@ requirements: ...@@ -22,25 +22,27 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- bob
- bob.io.base - bob.io.base
- clapper - clapper {{ clapper }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- h5py {{ h5py }} - h5py {{ h5py }}
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
- tabulate {{ tabulate }}
- numba {{ numba }} - numba {{ numba }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- tabulate {{ tabulate }}
run: run:
- python - python
- setuptools - setuptools
- bob
- bob.io.base - bob.io.base
- clapper - {{ pin_compatible('clapper') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('h5py') }} - {{ pin_compatible('h5py') }}
- {{ pin_compatible('matplotlib') }} - {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('tabulate') }}
- {{ pin_compatible('numba') }} - {{ pin_compatible('numba') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('tabulate') }}
test: test:
imports: imports:
......
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"setuptools", "bob",
"numpy",
"bob.io.base", "bob.io.base",
"clapper", "clapper",
"scipy",
"h5py", "h5py",
"matplotlib", "matplotlib",
"tabulate",
"numba", "numba",
"numpy",
"scipy",
"tabulate",
] ]
[project.urls] [project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment