Commit afb0b1d
committed
Fix Python version conditional dependencies for scikit-learn
- Add Python version markers to scikit-learn dependencies:
- Python <3.10: scikit-learn>=1.3.0,<1.4.0
- Python >=3.10: scikit-learn>=1.3.0,<1.8.0
- This ensures compatibility with both Python 3.9 and newer versions
- Resolves dependency resolution conflicts in CI environments
The project now properly supports all Python versions (3.9-3.12) with appropriate scikit-learn versions.1 parent ab539ee commit afb0b1d
2 files changed
+77
-93
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments