Skip to content

Commit

Permalink
incorrect spec on statsmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
nicelgueta committed Sep 26, 2023
1 parent 62d5f53 commit 04e6816
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ numpy-financial = "^1.0.0"
# fixing to 6 and above owing to change in test_schedule needed to support 3.10
PyYAML = "^6.0.0"

# statsmodels (0.12.2) not supporting PEP 517 builds
statsmodels = [
{version = "^0.13", python = "<3.10"},
{version = "^0.13", python = "^3.10"}
]
# statsmodels (0.12.2) not supporting PEP 517 builds. 0.13 works with python 3.8.
statsmodels = "^0.13"
openpyxl = "^3.0.7"
pyDOE2 = "^1.3.0"
rich = "^10.2.1"
Expand Down

0 comments on commit 04e6816

Please sign in to comment.