From 3cc17730514b2325388343666c5b132d3f8c626a Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Tue, 5 May 2026 10:29:10 -0400 Subject: [PATCH] setup-uv v7 and CI fixes --- .github/workflows/benchmark.yml | 5 ++++- docs/requirements.txt | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3c782c9..1fa6128 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..f57759f --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,9 @@ +ipykernel +ipython +jupytext +nbconvert +nbsphinx +sphinx +sphinx-autoapi +sphinx-copybutton +sphinx-rtd-theme>=3.0