We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fbdf9 commit cf54b45Copy full SHA for cf54b45
requirements.txt
@@ -5,10 +5,18 @@ git+https://github.com/plasma-umass/crdp.git#egg=crdp
5
ipython>=8.10
6
Jinja2==3.0.3
7
lxml==5.1.0
8
-packaging==20.9
+packaging>=24
9
psutil>=5.9.2
10
pyperf==2.0.0
11
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
+setuptools>=65.5.1
13
nvidia-ml-py>=12.555.43; platform_system !='Darwin'
14
-wheel~=0.38.1
+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