Skip to content

Commit

Permalink
Upgrade version of pandas to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Jan 26, 2023
1 parent aea30cb commit fb40b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dataclasses==0.6;python_version<'3.7'
plotly==5.10.0
statsmodels==0.12.2
scikit-learn==0.24.0
pandas==1.1.5
pandas==1.3.0
numpy==1.19.5
nltk==3.6.7
scipy==1.5.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"plotly>=5.5.0",
"statsmodels>=0.12.2",
"scikit-learn>=0.24.0",
"pandas>=1.1.5",
"pandas>=1.3.0",
"numpy>=1.19.5",
"nltk>=3.6.7",
"scipy>=1.5.4",
Expand Down

0 comments on commit fb40b42

Please sign in to comment.