Skip to content

Commit 989e71c

Browse files
Fix numba crash on 32bit windows
1 parent 81b02ff commit 989e71c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ environment:
2323
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
2424
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1
2525

26-
# Numba's ``parallel`` directive does not work on 32 bit machines
27-
NUMBA_COMPATIBILITY_MODE: 1
28-
2926
matrix:
3027
- PYTHON: C:\Python35
3128

requirements-core.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ setuptools>=36.3
1515
serverfiles # for Data Sets synchronization
1616
networkx
1717
python-louvain
18-
fastTSNE>=0.2.0
18+
fastTSNE>=0.2.3

0 commit comments

Comments
 (0)