diff --git a/.github/workflows/upload-package.yml b/.github/workflows/upload-package.yml index 5d85ca53..d2896f89 100644 --- a/.github/workflows/upload-package.yml +++ b/.github/workflows/upload-package.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: twine check dist/* - name: Upload to PyPi - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@auto with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/requirements.txt b/requirements.txt index c7a646be..d9670440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,55 +1,59 @@ -annotated-types==0.6.0 -anyio==3.7.1 +annotated-types==auto +anyio==auto certifi==2023.7.22 -charset-normalizer==3.3.2 -colorama==0.4.6 -contourpy==1.2.0 -cycler==0.12.1 -distro==1.8.0 -EasyProcess==1.1 -entrypoint2==1.1 -exceptiongroup==1.1.3 -fonttools==4.44.0 -h11==0.14.0 -httpcore==1.0.2 -httpx>=0.25.2 -idna==3.4 -importlib-resources==6.1.1 -kiwisolver==1.4.5 -matplotlib==3.8.1 -MouseInfo==0.1.3 -mss==9.0.1 -numpy==1.26.1 -openai==1.2.3 -packaging==23.2 -Pillow==10.1.0 -prompt-toolkit==3.0.39 -PyAutoGUI==0.9.54 -pydantic==2.4.2 -pydantic_core==2.10.1 -PyGetWindow==0.0.9 -PyMsgBox==1.0.9 -pyparsing==3.1.1 -pyperclip==1.8.2 -PyRect==0.2.0 -pyscreenshot==3.1 -PyScreeze==0.1.29 -python3-xlib==0.15 -python-dateutil==2.8.2 -python-dotenv==1.0.0 -pytweening==1.0.7 -requests==2.31.0 -rubicon-objc==0.4.7 -six==1.16.0 -sniffio==1.3.0 -tqdm==4.66.1 -typing_extensions==4.8.0 -urllib3==2.0.7 -wcwidth==0.2.9 -zipp==3.17.0 -google-generativeai==0.3.0 -aiohttp==3.9.1 -ultralytics==8.0.227 -easyocr==1.7.1 -ollama==0.1.6 -anthropic \ No newline at end of file +charset-normalizer==auto +colorama==auto +contourpy==auto +cycler==auto +distro==auto +EasyProcess==auto +entrypoint2==auto +exceptiongroup==auto +fonttools==auto +h11==auto +httpcore==auto +httpx>=auto +idna==auto +importlib-resources==auto +kiwisolver==auto +matplotlib==auto +MouseInfo==auto +mss==auto +numpy==auto +openai==auto +packaging==auto +Pillow==auto +prompt-toolkit==auto +PyAutoGUI==auto +pydantic==auto +pydantic_core==auto +PyGetWindow==auto +PyMsgBox==auto +pyparsing==auto +pyperclip==auto +PyRect==auto +pyscreenshot==auto +PyScreeze==auto +python3-xlib==auto +python-dateutil==auto +python-dotenv==auto +pytweening==auto +requests==auto +rubicon-objc==auto +six==auto +sniffio==auto +tqdm==auto +typing_extensions==auto +urllib3==auto +wcwidth==auto +zipp==auto +google-generativeai==auto +aiohttp==auto +ultralytics==auto +easyocr==auto +ollama==auto +anthropic==auto +torch==auto+cpu +conda install transformers +sentencepiece==auto +setuptools wheel twine