Skip to content

Commit

Permalink
Fix versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Jul 9, 2024
1 parent a3b1e4d commit 94cfe9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python_no_pycsou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
fail-fast: false
max-parallel: 12
matrix:
# TODO: use below with this issue is resolved: https://github.com/actions/setup-python/issues/808
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-12, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: [3.8, "3.11"]
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
python_requires=">=3.8.1, <=3.11.9",
install_requires=[
"opencv-python>=4.5.1.48",
"numpy>=1.26",
"numpy==1.26.4; python_version=='3.11'",
"numpy>=1.22",
"scipy>=1.7.0",
"image>=1.5.33",
"matplotlib>=3.4.2",
Expand Down

0 comments on commit 94cfe9d

Please sign in to comment.