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:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob
- bob.io.base
- clapper
- numpy {{ numpy }}
- scipy {{ scipy }}
- clapper {{ clapper }}
- h5py {{ h5py }}
- matplotlib {{ matplotlib }}
- tabulate {{ tabulate }}
- numba {{ numba }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- tabulate {{ tabulate }}
run:
- python
- setuptools
- bob
- bob.io.base
- clapper
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('h5py') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('tabulate') }}
- {{ pin_compatible('numba') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('tabulate') }}
test:
imports:
......
......@@ -25,15 +25,15 @@
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"setuptools",
"numpy",
"bob",
"bob.io.base",
"clapper",
"scipy",
"h5py",
"matplotlib",
"tabulate",
"numba",
"numpy",
"scipy",
"tabulate",
]
[project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment