Skip to content

Commit

Permalink
Merge branch 'tweak/mindep-uv'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
2 parents 1bd6dfb + 95d6377 commit 224e43c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,8 @@ jobs:
- name: Set up Python deps
run: |
set -e
python -m pip install -U pip wheel
python -m pip install -c min-constraints.txt .[test]
python -m pip install pytest-cov
python -m pip install -U 'uv>=0.1.13'
uv pip install --system --resolution=lowest-direct -e '.[test]'
- name: Inspect environment
run: |
Expand Down
7 changes: 0 additions & 7 deletions min-constraints.txt

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dev = [
"ruff >= 0.2",
"copier ==9.*",
"unbeheader ~= 1.3", # p2c: -p
"ipython",
"pyproject2conda",
"ipython >= 7",
"pyproject2conda ~=0.11",
"sphinx-autobuild >= 2021",
"lenskit-build-helpers >=0.1", # p2c: -p
"invoke >=1",
Expand Down

0 comments on commit 224e43c

Please sign in to comment.