Skip to content
Snippets Groups Projects
Commit b4c8c60e authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Merge branch 'metaop_binding' into 'master'

Added requirements.txt

See merge request eclipse/aidge/aidge_backend_cpu!15
parents a143b0df 28061941
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ build:ubuntu_python:
- python3 -m pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- python3 -m pip install -r requirements.txt
- python3 -m pip install .
artifacts:
expire_in: 1 week
......@@ -196,8 +197,7 @@ build:windows_python:
- python -m pip install virtualenv
- virtualenv venv
- venv\Scripts\Activate.ps1
# Numpy dependancy for unit test
- python -m pip install numpy
- python -m pip install -r requirements.txt
- python -m pip install .
artifacts:
expire_in: 1 week
......
......@@ -108,6 +108,7 @@ if __name__ == '__main__':
cmdclass={
'build_ext': CMakeBuild,
},
install_requires=['aidge_core'],
zip_safe=False,
)
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