Skip to content

Randomized closest 2 points algorithm #6251

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Trying to syncronise dependancies
  • Loading branch information
bri-harris authored May 30, 2025
commit 27a687dc86f2e56ebf778cf624d3fa41d0ade38b
2 changes: 1 addition & 1 deletion .github/workflows/infer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5
ocaml-compiler: 4.14.0

- name: Pin pyml to required version
run: |
Expand Down
Loading