Skip to content

Commit

Permalink
build: added install_requires to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsenouci committed May 8, 2022
1 parent 84ddfdf commit 1c5f05e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ package_dir =
=src
python_requires = >=2.6
install_requires =
pandas
numpy
statsmodels
matplotlib
pymc
importlib-metadata; python_version<"3.8"

[options.packages.find]
Expand Down

0 comments on commit 1c5f05e

Please sign in to comment.