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: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v7
with:
python-version: "3.14"

- name: Create virtual environment
run: uv venv

- name: Install dependencies
run: uv pip install --python 3.14 . lsdb nested-pandas

Expand Down
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ipykernel
ipython
jupytext
nbconvert
nbsphinx
sphinx
sphinx-autoapi
sphinx-copybutton
sphinx-rtd-theme>=3.0
Loading