-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrequirements.txt
55 lines (53 loc) · 1.69 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Do not include azure-functions-worker in this file
# The Python Worker is managed by the Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues
azure-functions
langchain==0.2.14
langchain-community==0.2.12
langchain-core==0.2.35
langchain-openai==0.1.22
openai==1.42.0
testcontainers==4.8.2
urllib3==2.2.2
retry==0.9.2
types-retry==0.9.9.4
parameterized==0.9.0
azure-data-tables==12.5.0
pytz==2024.1
types-pytz==2024.1.0.20240417
pycryptodome==3.20.0
pydantic==2.8.2
presidio-analyzer==2.2.355
presidio-anonymizer==2.2.355
# Watch for updates to this dependency, as they can break test containers
requests==2.31.0
pyjwt==2.8.0
aiohttp==3.10.5
python-dateutil==2.9.0.post0
fuzzywuzzy==0.18.0
python-Levenshtein==0.25.1
expiring-dict==1.1.0
html-sanitizer==2.4.4
slack-sdk==3.31.0
beautifulsoup4==4.12.3
markdown==3.7
setuptools==71.1.0
Jinja2==3.1.4
gql==3.5.0
graphql-core==3.2.4
requests-toolbelt==1.0.0
# Required for stringlifier
ipdb==0.13.13
nptyping==2.5.0
numpy==1.26.4
PyJWT==2.8.0
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.2.2+cpu; sys_platform == 'linux' or sys_platform == 'windows'
# Cpu only builds are not available for macOS
# https://github.com/python-poetry/poetry/issues/7597
torch==2.2.2; sys_platform == 'darwin'
tqdm==4.66.3
# https://stackoverflow.com/a/67910697/157605
# Download this file with pip, oherwise the function will try to download it fresh each time.
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1-py3-none-any.whl