Skip to content

Commit

Permalink
use PyHMMER easyconfig dependency instead of extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed May 20, 2024
1 parent 2b6e5cd commit 1792cd9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ dependencies = [
('imageio', '2.33.1'),
('napari', '0.4.19.post1'),
('tensorboard', '2.15.1'),
('PyHMMER', '0.10.6'),
]

# set this to the path to the Blush model weight database
Expand Down Expand Up @@ -148,11 +149,6 @@ exts_default_options = {
}

exts_list = [
('pyhmmer', '0.10.4', {
# Cython error when building from source, use wheel for now
'source_tmpl': '%(name)s-%(version)s-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl',
'checksums': ['b563272fd46bf25b43c0d4c4ed5accac48a26ee8ca099b942e07ca7b7727a20d'],
}),
# starfile 0.5.4 needs pandas>=2.1.1
('pandas', '2.1.4', {
'checksums': ['fcb68203c833cc735321512e13861358079a96c174a61f5116a1de89c58c0ef7'],
Expand Down

0 comments on commit 1792cd9

Please sign in to comment.