Skip to content

Commit 6f08e61

Browse files
committed
Recompile deps with python 3.12
1 parent 1150b44 commit 6f08e61

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements/base.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile requirements/base.in
@@ -410,3 +410,6 @@ xlrd==2.0.1
410410
# via unstructured
411411
xlsxwriter==3.2.3
412412
# via python-pptx
413+
414+
# The following packages are considered to be unsafe in a requirements file:
415+
# setuptools

requirements/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/test.txt requirements/base.txt requirements/test.in
@@ -861,7 +861,6 @@ typing-extensions==4.14.0
861861
# beautifulsoup4
862862
# fastapi
863863
# huggingface-hub
864-
# ipython
865864
# mypy
866865
# onnx
867866
# pydantic

0 commit comments

Comments
 (0)