Skip to content

Commit

Permalink
Merge pull request #1166 from cta-observatory/pin_matplotlib
Browse files Browse the repository at this point in the history
Pin matplotlib to 3.7.0 to avoid setting deprecated seaborn styles in matplotlib 3.8
  • Loading branch information
rlopezcoto authored Sep 19, 2023
2 parents 1280e47 + 0372f2d commit e2086f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def find_scripts(script_dir, prefix):
'h5py',
'iminuit>=2',
'joblib~=1.2.0',
'matplotlib~=3.7',
'matplotlib~=3.7.0',
'numba',
'numpy',
'pandas',
Expand Down

0 comments on commit e2086f5

Please sign in to comment.