Skip to content

Commit

Permalink
Update numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Jul 9, 2024
1 parent f8bb65c commit 3ce077b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
python_requires=">=3.8.1, <=3.11.9",
install_requires=[
"opencv-python>=4.5.1.48",
"numpy>=1.22",
"numpy>=1.26",
"scipy>=1.7.0",
"image>=1.5.33",
"matplotlib>=3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion test/test_algos.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
_n_iter = 5

# classical algorithms
standard_algos = [GradientDescent, NesterovGradientDescent, ADMM]
standard_algos = [GradientDescent, NesterovGradientDescent, FISTA, ADMM]


@pytest.mark.parametrize("algorithm", standard_algos)
Expand Down

0 comments on commit 3ce077b

Please sign in to comment.