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
6 changes: 5 additions & 1 deletion catalogue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
},
"3.12.10-scientific-slim": {
"reference": "@platforma-open/milaboratories.runenv-python-3.12.10-scientific-slim/dist/tengo/software/main.sw.json"
},
"3.12.10-humanness": {
"reference": "@platforma-open/milaboratories.runenv-python-3.12.10-humanness/dist/tengo/software/main.sw.json"
}
}
},
Expand All @@ -46,7 +49,8 @@
"@platforma-open/milaboratories.runenv-python-3.12.10-rapids": "workspace:*",
"@platforma-open/milaboratories.runenv-python-3.12.10-h5ad": "workspace:*",
"@platforma-open/milaboratories.runenv-python-3.12.10-parapred": "workspace:*",
"@platforma-open/milaboratories.runenv-python-3.12.10-scientific-slim": "workspace:*"
"@platforma-open/milaboratories.runenv-python-3.12.10-scientific-slim": "workspace:*",
"@platforma-open/milaboratories.runenv-python-3.12.10-humanness": "workspace:*"
},
"devDependencies": {
"@platforma-sdk/package-builder": "catalog:"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions checker/whitelists/python-3.12.10-humanness/linux-x64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
10 changes: 10 additions & 0 deletions checker/whitelists/python-3.12.10-humanness/macosx-aarch64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scipy-1.*-macosx_12_0_arm64.whl": {
"scipy.linalg._matfuncs_sqrtm_triu": "cannot import name 'within_block_loop' from partially initialized module",
"scipy.stats._unuran.unuran_wrapper": "module 'numpy.random.bit_generator' has no attribute 'SeedlessSequence'. Did you mean: 'SeedSequence"
Comment thread
AStaroverov marked this conversation as resolved.
},
"scipy-1.*-macosx_14_0_arm64.whl": {
"scipy.linalg._matfuncs_sqrtm_triu": "cannot import name 'within_block_loop' from partially initialized module",
"scipy.stats._unuran.unuran_wrapper": "module 'numpy.random.bit_generator' has no attribute 'SeedlessSequence'. Did you mean: 'SeedSequence"
Comment thread
AStaroverov marked this conversation as resolved.
}
}
Comment thread
AStaroverov marked this conversation as resolved.
10 changes: 10 additions & 0 deletions checker/whitelists/python-3.12.10-humanness/macosx-x64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scipy-1.*-macosx_12_0_x86_64.whl": {
"scipy.linalg._matfuncs_sqrtm_triu": "cannot import name 'within_block_loop' from partially initialized module",
"scipy.stats._unuran.unuran_wrapper": "module 'numpy.random.bit_generator' has no attribute 'SeedlessSequence'. Did you mean: 'SeedSequence"
Comment thread
AStaroverov marked this conversation as resolved.
},
"scipy-1.*-macosx_14_0_x86_64.whl": {
"scipy.linalg._matfuncs_sqrtm_triu": "cannot import name 'within_block_loop' from partially initialized module",
"scipy.stats._unuran.unuran_wrapper": "module 'numpy.random.bit_generator' has no attribute 'SeedlessSequence'. Did you mean: 'SeedSequence"
Comment thread
AStaroverov marked this conversation as resolved.
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
15 changes: 15 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ packages:
- python-3.12.10-h5ad
- python-3.12.10-parapred
- python-3.12.10-scientific-slim
- python-3.12.10-humanness
- catalogue

catalog:
Expand Down
7 changes: 7 additions & 0 deletions python-3.12.10-humanness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @platforma-open/milaboratories.runenv-python-3.12.10-humanness

## 0.1.0

### Minor Changes

- Initial release: python runenv with polars-lts-cpu and promb for humanness scoring.
1 change: 1 addition & 0 deletions python-3.12.10-humanness/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.12.10 run environment with humanness scoring deps (polars-lts-cpu + promb and transitives).
6 changes: 6 additions & 0 deletions python-3.12.10-humanness/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": {
"dependencies": ["polars-lts-cpu==1.33.1", "promb==1.0.2"],
"overrides": {}
}
}
43 changes: 43 additions & 0 deletions python-3.12.10-humanness/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "@platforma-open/milaboratories.runenv-python-3.12.10-humanness",
"version": "0.1.0",
"description": "Python 3.12.10 run environment with humanness scoring deps (polars-lts-cpu + promb)",
"scripts": {
"cleanup": "rm -rf ./pkg-*.tgz ./pydist ./dist/ ./build/",
"reset": "pnpm run cleanup && rm -rf ./node_modules ./.turbo",
"build": "pl-py-builder",
"after-prebuild": "pl-pkg publish packages",
"before-publish": "pl-pkg prepublish"
},
"files": [
"dist/"
],
"block-software": {
"entrypoints": {
"main": {
"environment": {
"artifact": {
"type": "environment",
"runtime": "python",
"registry": "platforma-open",
"python-version": "3.12.10",
"roots": {
"linux-x64": "./pydist/linux-x64",
"linux-aarch64": "./pydist/linux-aarch64",
"macosx-x64": "./pydist/macosx-x64",
"macosx-aarch64": "./pydist/macosx-aarch64",
"windows-x64": "./pydist/windows-x64"
},
"binDir": "bin"
}
}
}
}
},
"license": "UNLICENSED",
"devDependencies": {
"@platforma-sdk/package-builder": "catalog:",
"runenv-python-builder": "workspace:*",
"tsx": "catalog:"
}
}
Loading