Skip to content

Commit

Permalink
Unpin faidx (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jun 30, 2023
1 parent 98d6235 commit cab5cde
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 @@ -31,7 +31,7 @@
packages=["microhapdb", "microhapdb.cli", "microhapdb.tests"],
package_data={"microhapdb": ["microhapdb/data/*", "microhapdb/data/tests/*"]},
include_package_data=True,
install_requires=["pandas>=1.2", "pyfaidx>=0.7,<0.7.2"],
install_requires=["pandas>=1.2", "pyfaidx>=0.7"],
entry_points={"console_scripts": ["microhapdb = microhapdb.cli:main"]},
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit cab5cde

Please sign in to comment.