Skip to content

Commit

Permalink
Update the version of the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolpantunes committed Aug 19, 2024
1 parent ab974c3 commit c5997d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tqdm>=4.66.5
pdoc>=14.6.0
numpy~=1.26
imageio>=2.35.0
numpy>=2.1.0
imageio>=2.35.1
jax[cpu]>=0.4.31
pyBlindOpt>=0.1.3
matplotlib>=3.9.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
numpy~=1.26
numpy>=2.1.0
pyUTSAlgorithms>=0.1.3

[options.packages.find]
Expand Down

0 comments on commit c5997d8

Please sign in to comment.