Skip to content

Commit 8dda7ae

Browse files
committed
Add matplotlib to deps
We may want to think about this a bit (it's a big package) and the version number is a guess, but let's get the tests running for now.
1 parent ef99e0d commit 8dda7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Intended Audience :: Science/Research",
3434
"Intended Audience :: System Administrators",
3535
]
36-
dependencies = ["requests-cache>=1.0", "PyYAML>=6.0"]
36+
dependencies = ["requests-cache>=1.0", "PyYAML>=6.0", "matplotlib>=3.0"]
3737

3838
[tool.setuptools.dynamic]
3939
version = {attr = "cats.__version__"}

0 commit comments

Comments
 (0)