Skip to content

Commit

Permalink
Remove setuptools from the runtime dependencies
Browse files Browse the repository at this point in the history
Fix #105
  • Loading branch information
serge-sans-paille committed Jun 28, 2024
1 parent 87a59db commit ca7e963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
test "${{ matrix.python-version }}" != "3.12" -a "${{ matrix.python-version }}" != "3.13.0-beta.1" || pip install setuptools
pip install -r requirements.txt
- name: Setup
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
gast >= 0.5.0
setuptools; python_version >= "3.12"

0 comments on commit ca7e963

Please sign in to comment.