Merge remote-tracking branch 'origin/develop' into feature/aligned_makeshared
commit
9561244b39
|
|
@ -14,7 +14,8 @@ addons:
|
||||||
- clang-9
|
- clang-9
|
||||||
- build-essential pkg-config
|
- build-essential pkg-config
|
||||||
- cmake
|
- cmake
|
||||||
- libpython-dev python-numpy
|
- python3-dev libpython-dev
|
||||||
|
- python3-numpy
|
||||||
- libboost-all-dev
|
- libboost-all-dev
|
||||||
|
|
||||||
# before_install:
|
# before_install:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
Cython>=0.25.2
|
Cython>=0.25.2
|
||||||
backports_abc>=0.5
|
backports_abc>=0.5
|
||||||
numpy>=1.12.0
|
numpy>=1.11.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue