Skip to content

Commit

Permalink
Merge pull request #924 from gchq/fix/CI-fixes
Browse files Browse the repository at this point in the history
chore: uv sync and push uv lock
  • Loading branch information
pc532627 authored Jan 16, 2025
2 parents dd1332d + 9459a1f commit af0e579
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion coreax/coreset.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Coresubset(Coreset[_Data], Generic[_Data]):
"""

# Unlike on Coreset, contains indices of coreset rather than coreset itself
nodes: Data
nodes: _Data

def __init__(self, nodes: Data, pre_coreset_data: _Data):
"""Handle typing of ``nodes`` being a `Data` instance."""
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ markdown-it-py==3.0.0
markupsafe==3.0.2
mdurl==0.1.2
ml-dtypes==0.4.1
more-itertools==10.5.0
more-itertools==10.6.0
msgpack==1.1.0
natsort==8.4.0
nest-asyncio==1.6.0
Expand Down
35 changes: 12 additions & 23 deletions uv.lock

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

0 comments on commit af0e579

Please sign in to comment.