MilesCranmer commited on
Commit
80c068c
·
unverified ·
1 Parent(s): 86421d6

Remove matplotlib from dev dependencies

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -15,7 +15,7 @@ pandas = "^1.0.0"
15
  julia = "^0.6.0"
16
 
17
  [tool.poetry.group.dev.dependencies]
18
- matplotlib = "^3.0.0"
19
  ipython = "^8.0.0"
20
 
21
  [build-system]
 
15
  julia = "^0.6.0"
16
 
17
  [tool.poetry.group.dev.dependencies]
18
+ black = "^21.0.0"
19
  ipython = "^8.0.0"
20
 
21
  [build-system]