Skip to content

Commit

Permalink
Fix numba crash on 32bit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed Sep 12, 2018
1 parent 81b02ff commit 989e71c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ environment:
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1

# Numba's ``parallel`` directive does not work on 32 bit machines
NUMBA_COMPATIBILITY_MODE: 1

matrix:
- PYTHON: C:\Python35

Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ setuptools>=36.3
serverfiles # for Data Sets synchronization
networkx
python-louvain
fastTSNE>=0.2.0
fastTSNE>=0.2.3

0 comments on commit 989e71c

Please sign in to comment.