Skip to content

Commit

Permalink
[requirements] upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Nov 5, 2024
1 parent fc156f7 commit 62024d3
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,11 +56,11 @@ install_requires =
matterhook==0.2
meilisearch==0.31.6
numpy==2.0.1; python_version == '3.9'
numpy==2.1.2; python_version >= '3.10'
numpy==2.1.3; python_version >= '3.10'
opencv-python==4.10.0.84
OpenTimelineIO==0.17.0
OpenTimelineIO-Plugins==0.17.0
orjson==3.10.10
orjson==3.10.11
pillow==11.0.0
psutil==6.1.0
psycopg[binary]==3.2.3
Expand Down Expand Up @@ -103,7 +103,7 @@ test =
monitoring =
prometheus-flask-exporter==0.23.1
pygelf==0.4.2
sentry-sdk==2.17.0
sentry-sdk==2.18.0

lint =
autoflake==2.3.1
Expand Down

0 comments on commit 62024d3

Please sign in to comment.