diff options
author | Anthony Wang | 2024-07-25 11:05:35 -0500 |
---|---|---|
committer | Anthony Wang | 2024-07-25 11:05:35 -0500 |
commit | 463516f48fa7ea340b5703d9786381065294825e (patch) | |
tree | 04c7e6e22a1970b2517835d2211e9c2795c4557c /requirements.txt | |
parent | 170c85404be222056f5c5077600a16add00b5e28 (diff) |
Update dependencies
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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" |