Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit e8cfb65

Browse files
committed
BUGFIX: cd_linear update was not reset to 0 inside loop
Regression test for #4 Temp win CI fix: downgrade to setuptools=23
1 parent 171fa7b commit e8cfb65

File tree

4 files changed

+2460
-2146
lines changed

4 files changed

+2460
-2146
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ install:
4343
- rmdir C:\\cygwin /s /q
4444

4545
# Update previous packages and install the build and runtime dependencies of the project.
46-
- conda update --all --yes
46+
# XXX: setuptools>23 is currently broken on Win+py3 with numpy
47+
# (https://github.com/pypa/setuptools/issues/728)
48+
- conda update --all --yes setuptools=23
4749
- conda install --quiet --yes numpy scipy cython nose scikit-learn wheel"
4850
- conda install --quiet --yes -c conda-forge sklearn-contrib-lightning
4951
# there seems to be a problem with conda-build 1.21.0 on python27 and win64, avoid this

0 commit comments

Comments
 (0)