Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Jun 28, 2024
1 parent 21ceaa7 commit a440091
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]

steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 3 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ beautifulsoup4 = "<4.9.0"
bleach = "==3.3.0"
cachetools = "==3.1.1"
captionstransformer = "~=1.2.1"
certifi = "==2019.11.28"
certifi = "==2023.7.22"
chardet = "~=3.0.4"
click = "==5.1"
cloudpickle = "==0.5.3"
cycler = "==0.10.0"
decorator = "==4.3.0"
distributed = "==1.13.0"
distributed = "==2021.10.0"
filelock = "<4.0.0"
google-pasta = "~=0.2"
graphviz = "==0.8.3"
Expand All @@ -60,7 +59,6 @@ openai-whisper = "==20231117"
pbr = "==4.0.2"
pkgconfig = "~=1.5.5"
pluggy = "==0.13.1"
py = "==1.10.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.7"
pybind11 = "~=2.11.1"
Expand All @@ -73,7 +71,6 @@ pyparsing = "==2.2.0"
pyprof2calltree = "==1.4.3"
pysrt = "==1.1.1"
pysubs2 = "<=1.4.2"
pystack-debugger = "==0.8.0"
python-dateutil = "==2.7.2"
pytz = "==2018.4"
PyYAML = ">=4.2b1"
Expand All @@ -82,13 +79,11 @@ scipy = "<1.11.0"
scikit-learn = ">=0.19.1"
sentencepiece = "~=0.1.95"
six = "~=1.15.0"
tblib = "==1.3.2"
tensorflow = ">=1.15.5,<2.12"
termcolor = "==1.1.0"
toml = "==0.10.0"
toolz = "==0.9.0"
torch = "<1.13.0"
tornado = "==5.1.0"
torch = "<2.2.0"
transformers = "<4.27.0"
urllib3 = "~=1.26.5"
wrapt = "==1.14.0"
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
requires = ["setuptools", "wheel", "Cython"]

[tool.pydoclint]
style = 'sphinx'
exclude = '\.git|\.tox'
require-return-section-when-returning-nothing = true
9 changes: 2 additions & 7 deletions requirements-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ beautifulsoup4<4.9.0
bleach==3.3.0
cachetools==3.1.1
captionstransformer~=1.2.1
certifi==2019.11.28
certifi==2023.7.22
chardet==3.0.4
click==5.1
cloudpickle~=1.6.0
cycler==0.10.0
decorator==4.3.0
distributed==1.13.0
distributed==2021.10.0
filelock<4.0.0
google-auth-oauthlib==0.4.2
google-pasta~=0.2
Expand All @@ -35,7 +34,6 @@ pbr==4.0.2
pluggy==0.13.1
protobuf<4.0
psutil==5.6.7
py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.7
pybind11~=2.11.1
Expand All @@ -46,20 +44,17 @@ pydotplus==2.0.2
pyprof2calltree==1.4.3
pysrt==1.1.2
pysubs2~=1.6.1
pystack-debugger==0.8.0
pytz==2018.4
PyYAML>=4.2b1
rsa==4.7
scipy<1.11.0
scikit-learn<1.2.0
setuptools>=41.0.0
six~=1.15.0
tblib==1.3.2
tensorflow-macos~=2.12.0
termcolor==1.1.0
toml==0.10.0
toolz==0.9.0
tornado==5.1.0
urllib3~=1.26.5
Werkzeug>=0.15.3
zict==0.1.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-llm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sentencepiece~=0.1.95
torch<2.2.0
transformers<4.27.0
torch<2.3.0
transformers<4.37.0
openai-whisper==20231117
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ beautifulsoup4<4.9.0
bleach==3.3.0
cachetools==3.1.1
captionstransformer~=1.2.1
certifi==2019.11.28
certifi==2023.7.22
chardet~=3.0.4
click==5.1
cloudpickle~=1.6.0
cycler==0.10.0
decorator==4.3.0
distributed==1.13.0
distributed==2021.10.0
filelock<4.0.0
google-pasta~=0.2
graphviz==0.8.3
Expand All @@ -34,7 +33,6 @@ oauthlib==3.1.0
pbr==4.0.2
pkgconfig~=1.5.5
pluggy==0.13.1
py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.7
pybind11~=2.11.1
Expand All @@ -45,19 +43,16 @@ pydotplus==2.0.2
pyprof2calltree==1.4.3
pysrt==1.1.2
pysubs2~=1.6.1
pystack-debugger==0.8.0
pytz==2018.4
PyYAML>=4.2b1
rsa==4.7
scipy<1.12.0
scikit-learn<1.2.0
six~=1.15.0
tblib==1.3.2
tensorflow>=1.15.5,<2.13
termcolor==1.1.0
toml==0.10.0
toolz==0.9.0
tornado==5.1.0
urllib3~=1.26.5
wrapt==1.14.0
Werkzeug>=0.15.3
Expand Down

0 comments on commit a440091

Please sign in to comment.