Skip to content

Commit

Permalink
update req
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jul 29, 2024
1 parent 1de6dc6 commit 626545c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/setup-python@master
with:
python-version: 3.9
- name: Upgrade setuptools
run: |
python -m pip install --upgrade setuptools
- name: Install AgentScope
run: |
pip install -q -e .[full]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade setuptools
run: |
python -m pip install --upgrade setuptools
- name: Install Dependencies
run: |
pip install -q -e .[full]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade setuptools
run: |
python -m pip install --upgrade setuptools
- name: Install Minimal Dependencies
run: |
pip install -q -e .
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
test_requires = ["pytest", "pytest-cov", "pre-commit"]

gradio_requires = [
"gradio==4.19.1",
"modelscope_studio==0.0.5",
]

Expand Down

0 comments on commit 626545c

Please sign in to comment.