diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index aeb4064..2c8b464 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.9] steps: - uses: actions/checkout@v3 diff --git a/Pipfile b/Pipfile index 4ee6abf..82d9a99 100644 --- a/Pipfile +++ b/Pipfile @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/pyproject.toml b/pyproject.toml index eb56957..2e5feda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,7 @@ [build-system] -requires = ["setuptools", "wheel", "Cython"] \ No newline at end of file +requires = ["setuptools", "wheel", "Cython"] + +[tool.pydoclint] +style = 'sphinx' +exclude = '\.git|\.tox' +require-return-section-when-returning-nothing = true diff --git a/requirements-arm64.txt b/requirements-arm64.txt index ddaccb4..5ba9c0e 100644 --- a/requirements-arm64.txt +++ b/requirements-arm64.txt @@ -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 @@ -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 @@ -46,7 +44,6 @@ 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 @@ -54,12 +51,10 @@ 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 diff --git a/requirements-llm.txt b/requirements-llm.txt index df1854f..ffc3ebe 100644 --- a/requirements-llm.txt +++ b/requirements-llm.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 9f7ab49..172ed24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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