Commit 3ca63dd
update wrapt version (#882)
* update wrapt version
* try bumping numpy version
running into an error importing `numpy.core.multiarray` in the python 3.9 tests, so hoping this will resolve it (without breaking other things...)
* trying numpy 1.21.5
Looks like numpy 1.22 loses python 3.7 support, so let's give the minor version bump a try instead 🤷
* try numpy 1.22.1 just with py 3.8 and 3.9
* numpy version with environment markers
* remove matplotlib from conftest.py
* try going back to a single version of numpy...
* back to different numpy versions for different python versions
* sigle version of numpy and update matplotlib version
Co-authored-by: Kit Rodolfa <[email protected]>1 parent 7893230 commit 3ca63dd
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments