Humanlearning commited on
Commit
954a1b2
·
1 Parent(s): d7b323e

removed pywin

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. requirements.txt +0 -1
README.md CHANGED
@@ -18,4 +18,10 @@ To generate a `requirements.txt` file compatible with **Python 3.10** for d
18
 
19
  ```bash
20
  uv pip compile pyproject.toml --python 3.10 -o requirements.txt
 
 
 
 
 
 
21
  ```
 
18
 
19
  ```bash
20
  uv pip compile pyproject.toml --python 3.10 -o requirements.txt
21
+
22
+ # Linux / macOS (bash)
23
+ sed -i '/^pywin32==/d' requirements.txt
24
+
25
+ # Windows (PowerShell)
26
+ (Get-Content requirements.txt) -notmatch '^pywin32==' | Set-Content requirements.txt
27
  ```
requirements.txt CHANGED
@@ -572,7 +572,6 @@ python-multipart==0.0.20
572
  # via gradio
573
  pytz==2025.2
574
  # via pandas
575
- pywin32==310
576
  # via jupyter-core
577
  pyyaml==6.0.2
578
  # via
 
572
  # via gradio
573
  pytz==2025.2
574
  # via pandas
 
575
  # via jupyter-core
576
  pyyaml==6.0.2
577
  # via