2023-05-24 17:29:35 -05:00
|
|
|
####################################################################################################
|
|
|
|
# This file can house global constraints that aren't *direct* requirements of the package or any
|
|
|
|
# extras. Putting a dependency here will only affect dependency sets that contain them -- in other
|
|
|
|
# words, if something does not require a constraint, it will not be installed.
|
|
|
|
####################################################################################################
|
|
|
|
# NOTE(alan): Pinning to avoid conflicts with downstream ingest-s3
|
|
|
|
urllib3<1.27, >=1.25.4
|
|
|
|
# consistency with local-inference-pin
|
2023-07-12 10:41:02 -04:00
|
|
|
protobuf<4.24
|
2023-05-24 17:29:35 -05:00
|
|
|
# NOTE(robinson) - Required pins for security scans
|
|
|
|
jupyter-core>=4.11.2
|
|
|
|
wheel>=0.38.1
|
|
|
|
# NOTE(robinson) - The following pins are to address
|
|
|
|
# vulnerabilities in dependency scans
|
2023-08-01 11:31:13 -04:00
|
|
|
certifi>=2023.7.22
|
2023-07-10 14:52:25 -04:00
|
|
|
# From pycocotools in local-inference
|
|
|
|
pyparsing<3.1.0
|
2023-08-01 11:31:13 -04:00
|
|
|
# NOTE(robinson) - Numpy dropped Python 3.8 support in 1.25.0
|
|
|
|
numpy<1.25.0
|
|
|
|
scipy<1.11.0
|
|
|
|
IPython<8.13
|
2023-08-15 00:15:44 -05:00
|
|
|
# NOTE(alan) Pinned to avoid error that occurs with 2.4.3:
|
|
|
|
# AttributeError: 'ResourcePath' object has no attribute 'collection'
|
|
|
|
Office365-REST-Python-Client<2.4.3
|
2023-09-22 09:41:53 -07:00
|
|
|
# NOTE(trevor) `unstructured-inference` is set in extra-pdf-image.in to allow
|
|
|
|
# unstructured-inference to be upgraded when unstructured library is upgraded
|
|
|
|
# https://github.com/Unstructured-IO/unstructured/issues/1458
|
|
|
|
# unstructured-inference
|
2023-08-24 11:12:50 -04:00
|
|
|
# NOTE(klaijan) - Moved pin from test.in
|
|
|
|
# pinning to avoid error in argilla library
|
|
|
|
pydantic<2
|
2023-08-24 11:00:25 -07:00
|
|
|
# unable to build wheel for arm on 0.3.3+
|
|
|
|
safetensors<=0.3.2
|
2023-09-14 18:27:18 -05:00
|
|
|
# use the known compatible version of weaviate and unstructured.pytesseract
|
|
|
|
unstructured.pytesseract>=0.3.12
|
2023-09-13 18:19:20 -05:00
|
|
|
weaviate-client==3.23.2
|
2023-09-15 17:05:48 -07:00
|
|
|
# Note(yuming) - pining to avoid conflict with paddle install
|
|
|
|
matplotlib==3.7.2
|
2023-09-22 02:16:03 -07:00
|
|
|
# NOTE(crag) - pin to available pandas for python 3.8 (at least in CI)
|
2023-09-25 11:49:40 -07:00
|
|
|
fsspec==2023.9.1
|
2023-09-25 10:27:42 -04:00
|
|
|
pandas<2.0.4
|
2023-09-26 19:24:21 -04:00
|
|
|
# langchain limits this to 3.1.7
|
|
|
|
anyio==3.1.7
|