Skip to content

Commit

Permalink
Merge pull request #21844 from boegel/20241113105810_new_pr_scArches061
Browse files Browse the repository at this point in the history
add missing hatchling build dependency for scArches 0.6.1 w/ foss/2023a
  • Loading branch information
smoors authored Nov 17, 2024
2 parents b0c0adc + 754b314 commit bd23505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ description = """Single-cell architecture surgery (scArches) is a package for re

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

builddependencies = [
('hatchling', '1.18.0'),
]

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
Expand Down
4 changes: 4 additions & 0 deletions easybuild/easyconfigs/s/scArches/scArches-0.6.1-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = """Single-cell architecture surgery (scArches) is a package for re

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

builddependencies = [
('hatchling', '1.18.0'),
]

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
Expand Down

0 comments on commit bd23505

Please sign in to comment.