Skip to content

Commit

Permalink
update matplotlib requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Sep 26, 2020
1 parent d096142 commit 410e715
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 116 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

python_versions = [
"3.5",
"3.6",
"3.7",
"3.8",
"*",
]

sphinx_versions = [
Expand All @@ -17,7 +17,6 @@
"~2.4",
"~3.0",
"~3.2",
"*",
]

@nox.session(python=python_versions, reuse_venv=True)
Expand Down

0 comments on commit 410e715

Please sign in to comment.