Skip to content

Commit

Permalink
deps: pin pandas version (PKU-Alignment#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj authored Sep 9, 2023
1 parent 368f84d commit db34e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"typing-extensions >= 4.0.0",
"typer[all] >= 0.7.0",
"seaborn >= 0.12.2",
"pandas >= 1.5.3",
"pandas == 2.0.3",
"matplotlib >= 3.7.1",
"gdown >= 4.6.0"
]
Expand Down

0 comments on commit db34e2c

Please sign in to comment.