require Cython 0.25.1

Cython 0.24.1 has problems with instantiating template types. FastVector<Key> in instantiated template classes (e.g. PriorFactorPose2) is understood as FastVector<size_t>, hence can't be casted to KeyVector. Moving to 0.25 solves the problem.
release/4.3a0
Duy-Nguyen Ta 2016-11-13 23:53:48 -05:00
parent cb9a77ee08
commit 0e27a1ac07
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Cython==0.24.1
Cython==0.25.1
numpy==1.11.1