Skip to content

Commit

Permalink
simplify preinstallopts for chewBBACA
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Jan 8, 2025
1 parent c186c60 commit e86711a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ dependencies = [
use_pip = True
sanity_pip_check = True

local_preinstallopts = (
"sed -i "
"-e 's/numpy~=1.24.3/numpy>=1.24.3/g' "
"-e 's/scipy~=1.10.1/scipy>=1.10.1/g' "
'pyproject.toml && '
)
local_preinstallopts = "sed -i -e 's/numpy~=/numpy>=/g' -e 's/scipy~=/scipy>=/g' pyproject.toml && "

exts_list = [
('pyrodigal', '3.6.3', {
Expand Down

0 comments on commit e86711a

Please sign in to comment.