Skip to content

Commit

Permalink
modified pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mole committed Mar 2, 2024
1 parent 957210d commit 3694c8f
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
@@ -1,7 +1,7 @@
matplotlib
seaborn~=0.11.2
numpy >= 1.20
pandas
pandas~=2.1
flask
flask-cors
flask_sock
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def scientific_toolchain_versions():
install_requires=scientific_toolchain_versions()
+ [
"chardet",
"pandas",
"pandas~=2.1",
"seaborn",
"networkx",
"openpyxl",
Expand Down

0 comments on commit 3694c8f

Please sign in to comment.