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

Added requirements.txt

parent 21b6c726
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