Skip to content

Commit

Permalink
Merge pull request #72 from davidthomas426/update-to-v2.1.0
Browse files Browse the repository at this point in the history
Update to v2.1.0
  • Loading branch information
davidthomas426 authored Oct 20, 2022
2 parents 63fe993 + 0084481 commit 62551db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# We don't declare our dependency on transformers here because we build with
# different packages for different variants

VERSION = "2.0.0"
VERSION = "2.1.0"


# Ubuntu packages
Expand All @@ -39,7 +39,7 @@
# libavcodec-extra : libavcodec-extra inculdes additional codecs for ffmpeg

install_requires = [
"sagemaker-inference>=1.5.11",
"sagemaker-inference>=1.8.0",
"huggingface_hub>=0.0.8",
"retrying",
"numpy",
Expand Down

0 comments on commit 62551db

Please sign in to comment.