@platforma-open/milaboratories.runenv-python-3.12.10-rapids 1.3.14 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts/main/archive_linux-aarch64.json +1 -1
- package/dist/artifacts/main/archive_linux-x64.json +1 -1
- package/dist/artifacts/main/archive_macosx-aarch64.json +1 -1
- package/dist/artifacts/main/archive_macosx-x64.json +1 -1
- package/dist/artifacts/main/archive_windows-x64.json +1 -1
- package/dist/tengo/software/main.sw.json +1 -1
- package/package.json +6 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"linux-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"type":"environment","platform":"linux-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-linux-aarch64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-linux-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-macosx-aarch64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"macosx-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"type":"environment","platform":"macosx-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-macosx-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"environment","platform":"windows-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"type":"environment","platform":"windows-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-windows-x64.tgz"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@platforma-open/milaboratories.runenv-python-3.12.10-rapids:main","runEnv":{"type":"python","python-version":"3.12.10","envVars":["RPY2_CFFI_MODE=ABI"],"registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.
|
|
1
|
+
{"name":"@platforma-open/milaboratories.runenv-python-3.12.10-rapids:main","runEnv":{"type":"python","python-version":"3.12.10","envVars":["RPY2_CFFI_MODE=ABI"],"registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10-rapids/main/1.4.1-{os}-{arch}.tgz","binDir":"bin"}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.runenv-python-3.12.10-rapids",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Python 3.12.10 run environment with RAPIDS for Platforma Backend",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -33,12 +33,13 @@
|
|
|
33
33
|
"license": "UNLICENSED",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@platforma-sdk/package-builder": "^3.6.0",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
36
|
+
"tsx": "^4.20.2",
|
|
37
|
+
"runenv-python-builder": "0.0.2"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
|
-
"cleanup": "rm -rf ./pkg-*.tgz
|
|
41
|
-
"
|
|
40
|
+
"cleanup": "rm -rf ./pkg-*.tgz ./pydist ./dist/ ./build/",
|
|
41
|
+
"reset": "pnpm run cleanup && rm -rf ./node_modules ./.turbo",
|
|
42
|
+
"build": "pl-py-builder",
|
|
42
43
|
"after-prebuild": "pl-pkg publish packages",
|
|
43
44
|
"before-publish": "pl-pkg prepublish"
|
|
44
45
|
}
|