Skip to content

Commit

Permalink
Add matplotlib to deps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andreww committed Aug 23, 2024
1 parent ef99e0d commit 8dda7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
]
dependencies = ["requests-cache>=1.0", "PyYAML>=6.0"]
dependencies = ["requests-cache>=1.0", "PyYAML>=6.0", "matplotlib>=3.0"]

[tool.setuptools.dynamic]
version = {attr = "cats.__version__"}
Expand Down

0 comments on commit 8dda7ae

Please sign in to comment.