fix: bump pinned deps to versions with macOS ARM wheels - #45
Open
peetdenny wants to merge 1 commit into
Open
Conversation
tiktoken, pillow, pandas were pinned to versions without pre-built wheels for macOS ARM64, causing source builds to fail. Bumped to nearest patch versions with wheels available.
nocode-ananas
added a commit
to nocode-ananas/polylop
that referenced
this pull request
Jul 24, 2026
…pply The [tool.uv] override-dependencies block (tiktoken==0.8.0, pillow>=10.4.0, pandas>=2.2.3) was added with the PR nikmcfly#45 backport but never locked - uv.lock still dated from the pre-override commit. uv sync therefore re-resolved on every image build, so the pinned set was whatever PyPI served that day. - uv.lock regenerated against the current pyproject (191 packages); the overrides are now recorded in the [manifest] section - Dockerfile: uv sync --frozen, so a future pyproject change fails the build loudly instead of silently re-resolving Verified in a throwaway image build: tiktoken 0.8.0, pillow 12.3.0, pandas 3.0.5, flask 3.1.3 - exactly the locked versions. Audit 2026-06-13, wave 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses some python library version issues encountered when running on Apple Silicon.
tiktoken,pillow, andpandaswere pinned to versions without pre-built wheels for macOS ARM64, causing source builds to fail.Bumped to nearest patch versions with wheels available.
Testing completed: Ran a simulation successfully with 15 agents and Neo4j with 14b model