Skip to content

Bump deps and uv version #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@v3
with:
version: "0.5.x"
version: "0.6.x"
enable-cache: true

- name: Install latest compatible versions of immediate dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ FROM base-packages AS python-setup
WORKDIR /opt/csd-optimade

# Install uv for Python package management
COPY --from=ghcr.io/astral-sh/uv:0.5.22 /uv /usr/local/bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /usr/local/bin/uv
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
UV_PYTHON_DOWNLOADS=manual \
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
]
requires-python = ">= 3.11, < 3.12"
dependencies = [
"optimade @ git+https://github.com/Materials-Consortia/optimade-python-tools.git",
"optimade-maker @ git+https://github.com/materialscloud-org/optimade-maker.git@ml-evs/qol-server",
"optimade ~= 1.2",
"optimade-maker ~= 0.4",
"tqdm ~= 4.66",
"pymongo >= 4, < 5",
]
Expand Down
22 changes: 16 additions & 6 deletions uv.lock

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

Loading