Skip to content

Commit cf54b45

Browse files
authored
Adds supporting packages for setuptools >= 71 (#854)
1 parent 94fbdf9 commit cf54b45

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

requirements.txt

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ git+https://github.com/plasma-umass/crdp.git#egg=crdp
55
ipython>=8.10
66
Jinja2==3.0.3
77
lxml==5.1.0
8-
packaging==20.9
8+
packaging>=24
99
psutil>=5.9.2
1010
pyperf==2.0.0
1111
rich>=10.7.0
12-
setuptools>=65.5.1,<71.0 # Pin to setuptools<71.0 to avoid this bug: https://github.com/pypa/setuptools/issues/4496
12+
setuptools>=65.5.1
1313
nvidia-ml-py>=12.555.43; platform_system !='Darwin'
14-
wheel~=0.38.1
14+
wheel>=0.43.0
15+
# Per https://github.com/pypa/setuptools/issues/4483#issuecomment-2236528158
16+
ordered-set>=3.1.1
17+
more_itertools>=8.8
18+
jaraco.text>=3.7
19+
importlib_resources>=5.10.2
20+
importlib_metadata>=6
21+
tomli>=2.0.1
22+
platformdirs >= 2.6.2

0 commit comments

Comments
 (0)