Skip to content

Commit

Permalink
chore(deps): update upper bound for numpy and numba
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarros committed Mar 14, 2024
1 parent b6fcf19 commit 170e952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydantic>=2
PyYAML>=5.0.0, <6.1
jinja2>=2.11.1, <3.2
visions[type_image_path]==0.7.5
numpy>=1.16.0,<1.26
numpy>=1.16.0, <2
# Could be optional
# Related to HTML report
htmlmin==0.1.12
Expand All @@ -24,4 +24,4 @@ typeguard>=4.1.2, <5
imagehash==4.3.1
wordcloud>=1.9.1
dacite>=1.8
numba>=0.56.0,<0.60.0
numba>=0.56.0, <1

0 comments on commit 170e952

Please sign in to comment.