Commit 2e076b6
authored
Constrain package vesions for Python 3.10 (#1003)
A `pip install -r requirements.txt` has started failing for me in Python
3.10 because the latest versions of some transitive dependencies have
dropped support for Python 3.10 (or require Python 3.11+ for their build
environments). Constraining Numpy, Contourpy and Scipy resolves the
problem.1 parent e85745c commit 2e076b6
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments