Skip to content

Commit

Permalink
Testing update final: pandas 1.3.1
Browse files Browse the repository at this point in the history
Set pandas back to 1.3.1. This will be the intermediate testing update to resolve streamlit issues
  • Loading branch information
oshostak committed Nov 19, 2023
1 parent 21ac236 commit 35fdfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lxml = "4.6.3"
more-itertools = "8.7.0"
music21 = "7.1.0"
numpy = "^1.20.2"
pandas = "1.4.4"
pandas = "1.3.1"
pyvis = "0.1.9"
python-dateutil = "^2.8.2"
pytz = "2021.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matplotlib-inline==0.1.6
more-itertools==8.7.0
music21==7.1.0
numpy>=1.20.2, <2.0.0
pandas==1.4.4
pandas==1.3.1
statsmodels==0.14.0
plotly==5.11.0
plotly-express==0.4.0
Expand Down

0 comments on commit 35fdfa0

Please sign in to comment.