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