Skip to content

Commit

Permalink
REQUIREMENTS
Browse files Browse the repository at this point in the history
REQUIREMENTS
  • Loading branch information
saeedbidi committed Oct 13, 2024
1 parent 1ec6093 commit 0222b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ scipy
matplotlib
streamlit
plotly
seaborn
seaborn
scikit-learn
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
author="Saeed Bidi",
author_email="[email protected]",
python_requires=">=3.8",
install_requires=["numpy", "yfinance", "scipy", "matplotlib", "streamlit", "seaborn", "plotly", "sklearn"],
install_requires=["numpy", "yfinance", "scipy", "matplotlib", "streamlit", "seaborn", "plotly", "scikit-learn"],
)

0 comments on commit 0222b85

Please sign in to comment.