Skip to content

Commit 2c98fbe

Browse files
committed
these make installing difficult on apple silicon and we don't use them
1 parent 8ef4acc commit 2c98fbe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def patched_m2r2_setup(app):
7474
"sphinx.ext.graphviz",
7575
"matplotlib.sphinxext.plot_directive",
7676
"m2r2",
77-
"nbsphinx",
77+
# "nbsphinx",
7878
"sphinx.ext.autodoc.typehints",
7979
"tabs"
8080
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ matplotlib >= 2.2, < 3.1; python_version >= '3.5' and python_version <= '3.7' an
1010
matplotlib >= 3.1; python_version >= '3.8' and sys_platform == 'win32'
1111
matplotlib >= 2.2; python_version >= '3.5' and sys_platform != 'win32'
1212
networkx
13-
numba
13+
# numba
1414
numpy >= 1.15.4
1515
pillow
16-
planarity ; sys_platform != 'win32'
16+
# planarity ; sys_platform != 'win32'
1717
pycollada
1818
schema
1919
scipy >= 1.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def read(*names, **kwargs):
6767
python_requires='>=2.7',
6868
extras_require={
6969
'planarity': ['planarity'],
70+
'numba': ['numba']
7071
},
7172
entry_points={
7273
'console_scripts': [

0 commit comments

Comments
 (0)