Skip to content

Commit

Permalink
Cython version tweak for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed May 14, 2019
1 parent 9ffc56e commit 37a612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- MODULE=hdbscan
matrix:
- DISTRIB="conda" PYTHON_VERSION="3.7"
NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.28.6"
NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.28.5"
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"

Expand Down

0 comments on commit 37a612a

Please sign in to comment.