Skip to content

Commit

Permalink
Relock native_dependencies.in with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Dec 18, 2024
1 parent 9dde4e9 commit 08015b2
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --no-build-isolation
# pip-compile --annotation-style=line --output-file=pip_compile_native_dependencies.txt ../pip_compile_files/native_dependencies.in
#
asn1crypto==1.4.0 # via cryptography
cffi==1.11.5 # via cryptography
cryptography==2.2.2 # via -r requirements.in
cryptography==2.2.2 # via -r ../pip_compile_files/native_dependencies.in
idna==2.10 # via cryptography
numpy==1.26.4 # via -r requirements.in, pandas
pandas==2.1.1 # via -r requirements.in
numpy==1.26.4 # via -r ../pip_compile_files/native_dependencies.in, pandas
pandas==2.2.3 # via -r ../pip_compile_files/native_dependencies.in
pycparser==2.18 # via cffi
python-dateutil==2.8.1 # via pandas
python-dateutil==2.9.0.post0 # via pandas
pytz==2020.4 # via pandas
six==1.11.0 # via cryptography, python-dateutil
tzdata==2024.2 # via pandas

0 comments on commit 08015b2

Please sign in to comment.