Skip to content

Commit 3688a3b

Browse files
author
Cody Piersall
committed
Remove lxml >=3.8.0 dependency.
The version dependency makes it hard to install nbextensions on certain platforms (e.g. ARM). See Issue #1172.
1 parent ac92192 commit 3688a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def main():
7272
'pyyaml',
7373
'tornado',
7474
'traitlets >=4.1',
75-
'lxml >=3.8.0'
75+
'lxml'
7676
],
7777
extras_require={
7878
'test': [

0 commit comments

Comments
 (0)