Skip to content

Commit

Permalink
Merge pull request #32 from GAD-DIMNT-CPTEC/31-fixar-versão-do-matplo…
Browse files Browse the repository at this point in the history
…tlib

Issue #31: atualizando versão do matplotlib para 3.8.2 e versão do re…
  • Loading branch information
cfbastarz authored Feb 16, 2024
2 parents 28c756b + 5b11fde commit 797024f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
- matplotlib==3.8.2
- numpy==1.26.2
- pandas==2.1.4
- readDiag==1.2.2
- readDiag==1.2.3
- xarray==2023.12.0
2 changes: 1 addition & 1 deletion gsidiag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .datasources import getVarInfo

__name__ = 'readDiag'
__version__ = '1.2.1'
__version__ = '1.2.3'

#EOC
#-----------------------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jupyterlab==4.0.9
matplotlib==3.8.2
numpy==1.26.2
pandas==2.1.4
readDiag==1.2.2
readDiag==1.2.3
xarray==2023.12.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if __name__ == "__main__":
from numpy.distutils.core import setup
setup(name='readDiag',
version='1.2.2',
version='1.2.3',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
description='A Python class to read and plot the Gridpoint Statistical Interpolation diagnostics files.',
Expand All @@ -49,7 +49,7 @@
packages=['gsidiag'],
package_data={'': ['table']},

install_requires=['numpy>=1.22','matplotlib', 'xarray', 'Cartopy>=0.22.0', 'geopandas', 'jupyterlab'],
install_requires=['numpy>=1.22','matplotlib==3.8.2', 'xarray', 'Cartopy>=0.22.0', 'geopandas', 'jupyterlab'],
platforms=['any'],
zip_safe=False,
ext_modules=[ext],
Expand Down

0 comments on commit 797024f

Please sign in to comment.