Skip to content
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

feat: make installable on ARM by bumping lru-dict to 1.3.0 #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

corneliusroemer
Copy link

@corneliusroemer corneliusroemer commented Jan 7, 2025

Resolves #75

Overview

Bump lru-dict to version 1.3.0, from version 1.1.7 in requirements.txt

Description

This is necessary to make ./install.sh work on macs with ARM chips (i.e. all macs shipped since 2020)

See #75 for the error

Testing instructions

Types of changes

  • New feature

Status

  • Add tests to cover changes as needed: added macos as OS to test on in CI
  • Verify all tests run correctly in CI and pass.
  • Ready for review/merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation error on ARM macOS: "ERROR: Failed building wheel for lru-dict"
1 participant