Skip to content

Commit

Permalink
Relax polars requirement to support older Python
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 26, 2024
1 parent 8ebcdc2 commit 91fe34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_requires =
importlib-metadata >=4.0 ; python_version < '3.10'
importlib-resources >=1.0 ; python_version < '3.9'
numpy ~=1.16
polars ~=0.20.0
polars >=0.16,<0.21
psutil ~=5.8
pyhmmer ~=0.10.0
pyrodigal ~=3.0
Expand Down

0 comments on commit 91fe34d

Please sign in to comment.