Skip to content

Commit

Permalink
[requirements] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Oct 8, 2024
1 parent 34ea788 commit df197b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -103,12 +103,12 @@ test =
monitoring =
prometheus-flask-exporter==0.23.1
pygelf==0.4.2
sentry-sdk==2.15.0
sentry-sdk==2.16.0

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 df197b5

Please sign in to comment.