Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/actions/install-aiida-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- name: Set up uv
uses: astral-sh/setup-uv@v6
with:
version: 0.7.6
version: 0.8.22
python-version: ${{ inputs.python-version }}
activate-environment: true

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
)$

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.6
rev: 0.8.22
hooks:
# Check and update the uv lockfile
- id: uv-lock
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ build:
# https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv
pre_create_environment:
- asdf plugin add uv
- asdf install uv 0.7.6
- asdf global uv 0.7.6
- asdf install uv 0.8.22
- asdf global uv 0.8.22
create_environment:
# Create a virtual environment in '.venv/' folder
# which is picked up automatically by `uv sync` and `uv run` commands below
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ atomic_tools = [
'spglib>=1.14,<3.0'
]
bpython = [
'bpython~=0.18.0'
'bpython~=0.20'
]
docs = [
'pydata-sphinx-theme~=0.15.1',
Expand Down Expand Up @@ -557,4 +557,4 @@ commands = molecule {posargs:test}
# .pre-commit-config.yaml
# .github/actions/install-aiida-core/action.yml
# .readthedocs.yml
required-version = ">=0.7.0"
required-version = ">=0.8.4"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bumped the minimum uv version here to preserver the current "revision" field in uv.lock file.

21 changes: 16 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading