Skip to content

Commit

Permalink
[MRG] fix lxml version in setup.py (#123)
Browse files Browse the repository at this point in the history
* update lxml version

* update python versions

* fix lxml version in setup.py

Co-authored-by: Taylor Reiter <[email protected]>
  • Loading branch information
ctb and taylorreiter authored Dec 19, 2021
1 parent 24850a5 commit 46e0bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"pytest-runner",
],
use_scm_version={"write_to": "genome_grist/version.py"},
install_requires=["snakemake==6.6.1", "click>=7,<8", "lxml==4.6.1",
install_requires=["snakemake==6.6.1", "click>=7,<8", "lxml==4.6.4",
"pandas>1,<2"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 46e0bd5

Please sign in to comment.