Skip to content

Commit

Permalink
And then what about this
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Feb 19, 2024
1 parent bd5bd43 commit 5f6e529
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions requirements.freeze
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f6e529

Please sign in to comment.