Commit ab539ee
committed
Fix dependency resolution for Python 3.9 compatibility
- Change numpy constraint from >=2.0 to >=1.21.0 to support Python 3.9
- Change scikit-learn constraint from >=1.3.0 to >=1.3.0,<1.8.0 for better compatibility
- This allows the project to work with both Python 3.9 and 3.10+ while maintaining compatibility
The dependency resolver now works correctly for all supported Python versions.1 parent 3090e52 commit ab539ee
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments