Skip to content

Commit

Permalink
ci: Add inline dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 6, 2024
1 parent 6036e82 commit 14d583e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/flights.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "pandas",
# "pyarrow>=14.0.0",
# ]
# ///
"""
Process U.S. DOT On-Time Flight Performance data into a simplified CSV/JSON/Parquet format.
Expand Down

0 comments on commit 14d583e

Please sign in to comment.