diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c72ddc8..fb15c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v2 with: diff --git a/requirements.freeze b/requirements.freeze index 96b62f1..4502fec 100644 --- a/requirements.freeze +++ b/requirements.freeze @@ -1,14 +1,14 @@ bitstring==3.1.9 colour-science==0.4.1 docopt==0.6.2 -ImageHash==4.2.1 -imageio==2.31.1 -numpy==1.22.3 +ImageHash==4.3.1 +imageio==2.34.0 +numpy==1.24.4 opencv-python==4.9.0.80 -Pillow==9.1.0 -PyWavelets==1.3.0 -reedsolo==1.5.4 -scipy==1.8.0 -typing-extensions==4.6.3 -zstandard==0.17.0 +pillow==10.2.0 +PyWavelets==1.4.1 +reedsolo==1.7.0 +scipy==1.10.1 +typing-extensions==4.9.0 +zstandard==0.22.0 https://github.com/sz3/pywirehair/archive/master.zip