Skip to content

Commit

Permalink
minor tweak to statsmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
nicelgueta committed Sep 26, 2023
1 parent 62d5f53 commit 7765947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 7765947

Please sign in to comment.