Skip to content

Commit

Permalink
Remove Cython==0.22 requirement to allow building on 0.23.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wurster committed Sep 1, 2015
1 parent a4f498a commit d384360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgdal1h gdal-bin libgdal-dev
install:
- pip install --install-option="--no-cython-compile" cython==0.22
- pip install --install-option="--no-cython-compile" cython
- pip install -r requirements-dev.txt
- pip install -e .
script:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
affine
cligj
coveralls>=0.4
cython==0.22
cython>=0.21.2
delocate
enum34
numpy>=1.8.0
Expand Down

0 comments on commit d384360

Please sign in to comment.