Skip to content

Commit

Permalink
Add upper bound on spectrum for python < 3.8 (#31)
Browse files Browse the repository at this point in the history
fix: add upper bound on spectrum for python < 3.8
  • Loading branch information
SebastianSchmidl authored Jan 2, 2025
1 parent 07e54f5 commit 4712b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ numpy>=1.21.6
pandas>=1.3.5
scipy>=1.7.3
statsmodels>=0.13.5
spectrum>=0.8.1
spectrum>=0.8.1,<0.9; python_version < '3.8'
spectrum>=0.8; python_version >= '3.8'
typing_extensions>=4.7.1

matplotlib>=3.5.3

0 comments on commit 4712b62

Please sign in to comment.