Skip to content

Commit

Permalink
[requirements] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Oct 7, 2024
1 parent 34ea788 commit 8180702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_requires =
matterhook==0.2
meilisearch==0.31.5
numpy==2.0.1; python_version == '3.9'
numpy==2.1.1; python_version >= '3.10'
numpy==2.1.2; python_version >= '3.10'
opencv-python==4.10.0.84
OpenTimelineIO==0.17.0
OpenTimelineIO-Plugins==0.17.0
Expand Down Expand Up @@ -107,8 +107,8 @@ monitoring =

lint =
autoflake==2.3.1
black==24.8.0
pre-commit==3.8.0; python_version >= '3.9'
black==24.10.0
pre-commit==4.0.0

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 8180702

Please sign in to comment.