Skip to content

Commit

Permalink
Upgrade Python dependencies for comps pipeline (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane authored Dec 26, 2024
1 parent 8050822 commit ee7808c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
llvmlite==0.41.1
numba==0.58.1
numpy==1.26.2
pandas==2.1.4
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
tzdata==2023.3
llvmlite==0.43.0
numba==0.60.0
numpy==2.0.2
pandas==2.2.3
python-dateutil==2.9.0.post0
pytz==2024.2
six==1.17.0
tzdata==2024.2

0 comments on commit ee7808c

Please sign in to comment.