Skip to content

Commit

Permalink
#357 add lifelines.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jul 4, 2024
1 parent 52ac55f commit 2b9a8db
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions 357_Synthcity/lifelines.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'PythonBundle'

name = 'lifelines'
version = '0.29.0'

homepage = "https://lifelines.readthedocs.io/en/latest/"
description = """lifelines is a complete survival analysis library, written in pure Python."""

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

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('matplotlib', '3.7.2'),
]

sanity_pip_check = True
use_pip = True

exts_list = [
('wrapt', '1.16.0', {
'checksums': ['5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d'],
}),
('astor', '0.8.1', {
'checksums': ['6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e'],
}),
('interface_meta', '1.3.0', {
'checksums': ['8a4493f8bdb73fb9655dcd5115bc897e207319e36c8835f39c516a2d7e9d79a1'],
}),
('autograd', '1.6.2', {
'checksums': ['8731e08a0c4e389d8695a40072ada4512641c113b6cace8f4cfbe8eb7e9aedeb'],
}),
('autograd-gamma', '0.5.0', {
'checksums': ['f27abb7b8bb9cffc8badcbf59f3fe44a9db39e124ecacf1992b6d952934ac9c4'],
}),
('formulaic', '1.0.1', {
'checksums': ['64dd7992a7aa5bbceb1e40679d0f01fc6f0ba12b7d23d78094a88c2edc68fba1'],
}),
(name, version, {
'checksums': ['a82315a5daf2ad29eabefff38b8422364a8a721721136a501c30ff861cac8759'],
}),
]

moduleclass = 'bio'

0 comments on commit 2b9a8db

Please sign in to comment.