Commit 9d48306
Fix matplotlib version compatibility for Python 3.9
- Lower matplotlib requirement from >=3.10.0 to >=3.5.0 for Python 3.9 compatibility
- Lower pandas requirement from >=2.3.0 to >=1.3.0 for broader compatibility
- Lower numpy requirement from >=2.3.0 to >=1.21.0 for broader compatibility
- Ensures CI builds pass on all supported Python versions (3.8, 3.9, 3.10, 3.11)
Co-Authored-By: andrei@lighter.xyz <aonut17@gmail.com>1 parent 838e5e7 commit 9d48306
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments