Skip to content

Commit 3ca63dd

Browse files
tweddielinshaycrk
andauthored
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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirement/main.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ retrying==1.3.3
1212
Dickens==1.0.1
1313
signalled-timeout==1.0.0
1414
s3fs==0.4.2
15-
wrapt==1.12.1
15+
wrapt==1.13.3
1616
argcmdr==0.7.0
1717
sqlparse==0.4.2
1818
pebble==4.5.3
@@ -23,7 +23,7 @@ coloredlogs==14.0
2323
verboselogs==1.7
2424
scipy==1.5.0
2525
scikit-learn==0.23.1
26-
matplotlib==3.2.2
26+
matplotlib==3.3.4
2727
pandas==1.0.5
2828
seaborn==0.10.1
2929
ohio==0.5.0

src/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import matplotlib
2-
matplotlib.use('Agg')
31
import pytest
42
import testing.postgresql
53
import tempfile

0 commit comments

Comments
 (0)