Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/scientific-slim-add-biopython.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.runenv-python-3.12.10-scientific-slim': minor
---

Add biopython 1.87 to the scientific-slim runenv. Enables blocks like sequence-properties to drop their per-block biopython bundling and rely on the shared runenv.
3 changes: 2 additions & 1 deletion python-3.12.10-scientific-slim/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"polars-lts-cpu==1.33.1",
"numpy==2.2.6",
"scipy==1.15.3",
"pyarrow==21.0.0"
"pyarrow==21.0.0",
"biopython==1.87"
],
"skip": {},
"platformSpecific": {}
Expand Down
2 changes: 1 addition & 1 deletion python-3.12.10-scientific-slim/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@platforma-open/milaboratories.runenv-python-3.12.10-scientific-slim",
"version": "1.0.1",
"description": "Python 3.12.10 run environment bundling polars-lts-cpu, numpy, scipy, and pyarrow for scientific/tabular workloads",
"description": "Python 3.12.10 run environment bundling polars-lts-cpu, numpy, scipy, pyarrow, and biopython for scientific/tabular workloads",
"scripts": {
"cleanup": "rm -rf ./pkg-*.tgz ./pydist ./dist/ ./build/",
"reset": "pnpm run cleanup && rm -rf ./node_modules ./.turbo",
Expand Down
Loading