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
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ htmlcov/
# Environment and logs
.env
*.log
.python-version

# Other artifacts
*.h5
!ATS*
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
build

# uv
.python-version

# marimo
marimo/_static/
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /workspace

# Copy dependency files first for better layer caching
# Dependencies only rebuild when these files change
COPY pyproject.toml uv.lock ./
COPY pyproject.toml uv.lock .python-version ./

# Install dependencies with cache mount
# This layer is cached and reused when only source code changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dev = [
"deptry>=0.22.0",
"pre-commit>=2.20.0",
"ruff>=0.9.2",
"ty>=0.0.1a14",
"ty>=0.0.1a14,<0.0.2",
]
test = [
"array-api-strict>=2.0.0",
Expand Down
4,053 changes: 2,402 additions & 1,651 deletions uv.lock

Large diffs are not rendered by default.

Loading