Skip to content

Commit 36602b6

Browse files
committed
Drop conda build version restriction
1 parent bbd843e commit 36602b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636

3737
# Install a couple of dependencies we need for sure.
3838
# Not sure why cython is necessary since it is listed as a build dependency.
39-
- conda install --quiet jinja2 conda-build=3.18.9 anaconda-client cython twine pytest
39+
- conda install --quiet jinja2 conda-build anaconda-client cython twine pytest
4040

4141
# make a wheel building environment to ensure correct python version.
4242
- conda create --quiet -n wheel-build python=$CONDA_PY wheel cython

0 commit comments

Comments
 (0)