Skip to content

Commit

Permalink
lower pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Nogues committed Mar 8, 2024
1 parent 145e2a7 commit cd8a791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ readme = "README.md"
python = "^3.9"
accelerate = "0.26.1"
evaluate = "0.4.1"
matplotlib = "^3.7"
matplotlib = "^3.7.0"
plotly = "5.18.0"
nltk = "3.8.1"
numpy = "^1.24"
pandas = "2.2.0"
numpy = "^1.24.0"
pandas = "^2.0"
scikit-learn = "1.4.0"
torch = "2.2.0"
tqdm = "4.66.1"
Expand Down

0 comments on commit cd8a791

Please sign in to comment.