Skip to content

Commit

Permalink
remove arrow dependency (#595)
Browse files Browse the repository at this point in the history
* remove arrow and pyyaml
  • Loading branch information
ekneg54 authored Jun 3, 2024
1 parent 8311e0f commit 856ceaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ dependencies = [
"boto3",
"pydantic",
"ndjson",
"arrow",
"click",
"pandas",
"tabulate",
Expand All @@ -109,7 +108,7 @@ doc = [
"sphinx-copybutton",
"nbsphinx",
"ipython",
"openpyxl"
"openpyxl",
]

[project.urls]
Expand Down

0 comments on commit 856ceaf

Please sign in to comment.