Skip to content

Commit

Permalink
Downgraded lxml requirement to lxml>=3.6.0 to help packaging the Wind…
Browse files Browse the repository at this point in the history
…ows installer
  • Loading branch information
Alberto Pettarin committed Dec 18, 2016
1 parent 374e6e3 commit 2e5ce30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/libtutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Dependencies
------------

* ``numpy`` (v1.9 or later)
* ``lxml`` (v3.6.4 or later)
* ``lxml`` (v3.6.0 or later)
* ``BeautifulSoup`` (v4.5.1 or later)

Only ``numpy`` is actually needed, as it is heavily used for the alignment computation.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BeautifulSoup4>=4.5.1
lxml>=3.6.4
lxml>=3.6.0
numpy>=1.9
2 changes: 1 addition & 1 deletion setupmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# NOTE: this list should be the same as requirements.txt
PKG_INSTALL_REQUIRES = [
"BeautifulSoup4>=4.5.1",
"lxml>=3.6.4",
"lxml>=3.6.0",
"numpy>=1.9"
]

Expand Down

0 comments on commit 2e5ce30

Please sign in to comment.