Skip to content

Commit

Permalink
dev(hansbug): unlimit setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Oct 16, 2024
1 parent 7d6a1f9 commit 7eac321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
torch-version: '1.13.1'
- python-version: '3.12'
torch-version: '2.0.1'
- torch-version: '2.4.0'
os: 'macos-13'

steps:
- name: Get system version for Linux
Expand Down
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pytest-timeout~=2.0.2
pytest-benchmark~=3.4.0
testtools>=2
hbutils>=0.6.13
setuptools<=59.5.0
setuptools
# setuptools<=59.5.0
numpy>=1.10
easydict>=1.7,<2

0 comments on commit 7eac321

Please sign in to comment.