AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
178 stars 70 forks source link

fix(dependencies): minor dependencies fix #142

Closed luabida closed 1 year ago

luabida commented 1 year ago

fix #141 fix #136

In [1]: import pandas

In [2]: pandas.__version__
Out[2]: '1.5.3'

In [3]: import sqlalchemy

In [4]: sqlalchemy.__version__
Out[4]: '2.0.19'
fccoelho commented 1 year ago

Thanks @luabida!

fccoelho commented 1 year ago

Can we merge this @luabida ?

luabida commented 1 year ago

@fccoelho surely!

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.9.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: