diff options
author | Anthony Wang | 2024-04-22 00:13:46 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-22 00:13:46 -0400 |
commit | ef73c1183f1a16e8346c906a380032352fcde7f4 (patch) | |
tree | a72731678aadfdbaf46014c9e25b3092e6681e3f /requirements.txt | |
parent | b5ffcec41a0a06c535024d06d2ea901a11d8b87a (diff) |
Downsample+flood fill algorithm (it almost works!)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 9543501..9dc3725 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,18 @@ +contourpy==1.2.1 +cycler==0.12.1 Cython==3.0.10 +fonttools==4.51.0 +kiwisolver==1.4.5 +matplotlib==3.8.4 numpy==1.26.4 opencv-python==4.9.0.80 +packaging==24.0 pillow==10.3.0 +pyparsing==3.1.2 PyQt6==6.6.1 PyQt6-Qt6==6.6.3 PyQt6-sip==13.6.0 +python-dateutil==2.9.0.post0 raptorq==2.0.0 reedsolo==1.7.0 +six==1.16.0 |