From 463516f48fa7ea340b5703d9786381065294825e Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 25 Jul 2024 11:05:35 -0500 Subject: Update dependencies --- README.md | 6 +++++- requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a37c82c..f33fb50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ ```sh pip install -r requirements.txt -# Compile reedsolo using Cython +``` + +If you get an error about importing `creedsolo`, try running: + +```sh pip install --upgrade reedsolo --no-binary "reedsolo" --no-cache --config-setting="--build-option=--cythonize" --use-pep517 --isolated --pre --verbose --force-reinstall ``` diff --git a/requirements.txt b/requirements.txt index dc28197..37984cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.26.4 -opencv-python==4.9.0.80 +numpy==2.0.1 +opencv-python==4.10.0.84 raptorq==2.0.0 -reedsolo==2.1.1b1 +reedsolo==2.1.1b1 --config-setting="--build-option=--cythonize" -- cgit v1.2.3-70-g09d2