Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVNikitin committed Mar 21, 2024
1 parent 0c52585 commit af53e5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ def read_file(filename: str) -> str:
"yfinance==0.2.28",
"tqdm",
"dtaidistance >= 2.3.10",
"tensorflow",
"tensorflow-probability",
"tensorflow < 2.16",
"tensorflow-probability < 0.24.0",
"statsmodels"
],
package_data={'tsgm': ['README.md']},
packages=find_packages())

0 comments on commit af53e5d

Please sign in to comment.