Skip to content

Commit

Permalink
Fixed reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza committed Jul 23, 2024
1 parent 4cb3420 commit 20b2eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies = [
'numpy >= 1.23.4',
'pandas >= 1.5.0',
'setuptools >=65.4.1',
'statsmodels >= 0.14.1;
'scipy==1.10.1',
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ matplotlib==3.7.5
numpy==1.24.4
pandas==2.0.3
scikit_learn==1.3.2
scipy==1.12.0
scipy==1.10.1
setuptools==68.1.2
statsmodels==0.14.1

0 comments on commit 20b2eb3

Please sign in to comment.