-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
Add Windows pip installation support (ml4t.txt)
Problem
Windows users who prefer pip over conda currently don't have a ml4t.txt requirements file, unlike Linux and macOS users who have both .yml and .txt files.
- ✅ Linux:
installation/linux/ml4t.yml+installation/linux/ml4t.txt - ✅ macOS:
installation/macosx/ml4t.yml+installation/macosx/ml4t.txt - ❌ Windows: Only
installation/windows/ml4t.yml(missingml4t.txt)
Solution
I've created installation/windows/ml4t.txt with:
- 356 Python packages (only packages available on PyPI)
- Versions aligned with
installation/windows/ml4t.yml - Properly filtered to exclude conda-only system dependencies
- Designed for Python 3.8.x
The file has been validated and formatted correctly.
Files Created/Modified
- New file:
installation/windows/ml4t.txt(356 packages) - Modified:
installation/README.md(added Windows pip instructions) - New file:
installation/validate_requirements.py(validation script)
Testing Status
Files Available
I can provide the files via:
- Attaching them to this issue
- Creating a Pull Request if you prefer
- Sharing via Gist or similar
Would you like me to create a Pull Request, or would you prefer to review the files first via this issue?
Metadata
Metadata
Assignees
Labels
No labels