Skip to content

Commit

Permalink
Exclude broken cython version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Oct 26, 2023
1 parent 352713f commit d732bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
# needed for tabmat
echo "Install compilation dependencies"
micromamba install -y c-compiler cxx-compiler cython jemalloc-local libgomp mako xsimd
micromamba install -y c-compiler cxx-compiler 'cython!=3.0.4' jemalloc-local libgomp mako xsimd
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
for pkg in numpy pandas scikit-learn scipy; do
Expand Down

0 comments on commit d732bb2

Please sign in to comment.