Skip to content

Commit

Permalink
added matplotlib as additional-dependencies to section check-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmotamedi committed Jan 28, 2025
1 parent 620a8b3 commit 838e26d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ repos:
rev: "0.48"
hooks:
- id: check-manifest
additional_dependencies: ['h5py', 'wheel', 'future', 'numpy<2.0.0', 'pandas',
additional_dependencies:
['matplotlib', 'h5py', 'wheel', 'future', 'numpy<2.0.0', 'pandas',
'python-dateutil', 'pytz', 'pyarrow', 'chardet', 'fastavro',
'python-snappy', 'charset-normalizer', 'psutil', 'scipy', 'requests',
'networkx','typing-extensions', 'HLL', 'datasketches', 'boto3', 'matplotlib',]
'networkx','typing-extensions', 'HLL', 'datasketches', 'boto3']
# Pyupgrade - standardize and modernize Python syntax for newer versions of the language
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
Expand Down

0 comments on commit 838e26d

Please sign in to comment.