Skip to content

Commit

Permalink
fix whitespace and indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed May 2, 2024
1 parent bc92177 commit 04e3ef3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://empanada.readthedocs.io/'
description = "Tool for panoptic segmentation of organelles in 2D and 3D electron microscopy (EM) images."

toolchain = {'name': 'foss', 'version': '2023a'}

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
Expand All @@ -32,8 +32,7 @@ exts_list = [
}),
(name, version, {
# fix requirements - numpy version and opencv-python>=4.5.3 - pip is not aware of cv2 in OpenCV from EB
'preinstallopts': "sed -i 's/numpy==1.22/numpy>=1.22/g' setup.cfg && "
"sed -i '34d' setup.cfg && ",
'preinstallopts': "sed -i 's/numpy==1.22/numpy>=1.22/g' setup.cfg && sed -i '34d' setup.cfg && ",
'modulename': 'empanada',
'checksums': ['4289e69842242203be77cdb656a12fb2be4ed83816969b24a0b4eab1d67c3b91'],
}),
Expand Down

0 comments on commit 04e3ef3

Please sign in to comment.