Kaynağa Gözat

match psutil platform detection might catch some edge cases

Alex Cheema 9 ay önce
ebeveyn
işleme
998d484384
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -23,7 +23,7 @@ install_requires = [
 ]
 
 # Add macOS-specific packages if on Darwin (macOS)
-if sys.platform == "darwin":
+if sys.platform.startswith("darwin"):
     install_requires.extend(
         [
             "mlx==0.15.1",