Skip to content

Commit 7eac321

Browse files
committed
dev(hansbug): unlimit setuptools
1 parent 7d6a1f9 commit 7eac321

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
torch-version: '1.13.1'
4747
- python-version: '3.12'
4848
torch-version: '2.0.1'
49+
- torch-version: '2.4.0'
50+
os: 'macos-13'
4951

5052
steps:
5153
- name: Get system version for Linux

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pytest-timeout~=2.0.2
1010
pytest-benchmark~=3.4.0
1111
testtools>=2
1212
hbutils>=0.6.13
13-
setuptools<=59.5.0
13+
setuptools
14+
# setuptools<=59.5.0
1415
numpy>=1.10
1516
easydict>=1.7,<2

0 commit comments

Comments
 (0)