Spaces:
Running
on
Zero
Running
on
Zero
change psutil>=5.6.0 to avoid conflict with spaces (zerogpu)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -62,7 +62,7 @@ platformdirs==4.3.6
|
|
62 |
pooch==1.8.2
|
63 |
propcache==0.2.0
|
64 |
protobuf==5.28.3
|
65 |
-
psutil
|
66 |
ptflops==0.7.4
|
67 |
pyarrow==18.1.0
|
68 |
pycparser==2.22
|
|
|
62 |
pooch==1.8.2
|
63 |
propcache==0.2.0
|
64 |
protobuf==5.28.3
|
65 |
+
psutil>=5.6.0
|
66 |
ptflops==0.7.4
|
67 |
pyarrow==18.1.0
|
68 |
pycparser==2.22
|