Files
Andrew Stein f0a4f5b327
Build Status / build_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, quay.io/pypa/manylinux_2_28_x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025) (push) Has been cancelled
Build Status / test_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_js_wasm64 (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / build_python (aarch64, quay.io/pypa/manylinux_2_28_aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / test_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / test_python_sdist (x86_64, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_js (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Build Status / lint_and_docs (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
v5.0.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2026-07-27 21:11:41 -04:00

29 lines
730 B
JSON

{
"name": "@perspective-dev/python",
"version": "5.0.0",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/perspective-dev/perspective"
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"build": "node ./build.mjs",
"clean": "node ./clean.mjs",
"test": "node test.mjs",
"docs": "node docs.mjs"
},
"devDependencies": {
"@perspective-dev/scripts": "workspace:*",
"@iarna/toml": "catalog:",
"superstore-arrow": "catalog:",
"tar": "catalog:",
"zx": "catalog:"
},
"dependencies": {
"@perspective-dev/jupyterlab": "workspace:*"
}
}