Skip to content

Commit

Permalink
fix: updates pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Apr 11, 2023
1 parent b93b6aa commit 09c438a
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 @@ -36,7 +36,7 @@ requires-python = ">=3.9"
dependencies = [
"spacy-wrap>=1.4.1,<1.5.0",
"spacy>=3.2.0,<3.6.0",
"pandas>=1.0.0,<2.1.0",
"pandas>=1.0.0,<2.0.0",
"wasabi>=0.8.2,<0.11.0",
"tqdm>=4.42.1,<4.66.0",
"sentencepiece>=0.1.96,<0.2.0",
Expand Down

0 comments on commit 09c438a

Please sign in to comment.