Skip to content

Commit

Permalink
Upgrade some dependencies in Cassiopeia-2.0.0-foss-2023b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Nov 28, 2024
1 parent 4a3220c commit 8a2c171
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ description = """A Package for Cas9-Enabled Single Cell Lineage Tracing Tree Rec
toolchain = {'name': 'foss', 'version': '2023b'}

builddependencies = [
('CMake', '3.26.3'),
('poetry', '1.5.1'),
('CMake', '3.29.3'),
('poetry', '1.6.1'),
('hatchling', '1.18.0'),
('hatch-jupyter-builder', '0.9.1'),
]

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
('Biopython', '1.83'),
('Python-bundle-PyPI', '2023.10'),
('Biopython', '1.84'),
('scikit-build', '0.17.6'),
('bokeh', '3.2.2'),
('bokeh', '3.4.1'),
('ETE', '3.1.3'),
('matplotlib', '3.7.2'),
('networkx', '3.1'),
Expand Down

0 comments on commit 8a2c171

Please sign in to comment.