Skip to content

Commit

Permalink
Freeze the requirements file for CI
Browse files Browse the repository at this point in the history
+ stick with bitstring 3.1.9 until I can look
at how the API changed in v4
  • Loading branch information
sz3 committed Feb 19, 2024
1 parent e3da330 commit 85b0ddc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -20,7 +20,7 @@ jobs:

- name: install dependencies
run: |
pip install -r requirements
pip install -r requirements.freeze
pip install --upgrade coveralls
- name: test
Expand Down
2 changes: 1 addition & 1 deletion requirements
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bitstring
bitstring==3.1.9
colour-science
docopt
imagehash
Expand Down
14 changes: 14 additions & 0 deletions requirements.freeze
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bitstring==3.1.9
colour-science
docopt==0.6.2
ImageHash==4.3.1
imageio==2.34.0
numpy==1.24.4
opencv-python==4.9.0.80
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 85b0ddc

Please sign in to comment.