We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b02ff commit 989e71cCopy full SHA for 989e71c
appveyor.yml
@@ -23,9 +23,6 @@ environment:
23
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
24
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1
25
26
- # Numba's ``parallel`` directive does not work on 32 bit machines
27
- NUMBA_COMPATIBILITY_MODE: 1
28
-
29
matrix:
30
- PYTHON: C:\Python35
31
requirements-core.txt
@@ -15,4 +15,4 @@ setuptools>=36.3
15
serverfiles # for Data Sets synchronization
16
networkx
17
python-louvain
18
-fastTSNE>=0.2.0
+fastTSNE>=0.2.3
0 commit comments