Skip to content

Commit

Permalink
add deprecation package to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 12, 2022
1 parent 3c0643d commit ba98a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ewstools/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
import deprecation



# ---------------
# Classes
# --------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'arch>=4.7',
'statsmodels>=0.12.0',
'scipy>=1.5.0',
'deprecation>=2.0',
]

setuptools.setup(
Expand Down

0 comments on commit ba98a3b

Please sign in to comment.