Skip to content

Commit

Permalink
relax pandas version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Mar 8, 2024
1 parent 7ccbaf7 commit d8d1b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dist
_build/
.ipynb_checkpoints/
*.c
*.cpp
*.so
.coverage*
*.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"numpy>=1.18.5",
"scipy>=1.4.1",
"matplotlib",
"pandas>=0.24.1,<1.4.0",
"pandas>=0.24.1",
"scikit-learn>=0.22.0",
"statsmodels>=0.9.0",
"Cython<=0.29.34",
Expand Down

0 comments on commit d8d1b04

Please sign in to comment.