Maslionok commited on
Commit
45b0264
·
verified ·
1 Parent(s): 3b3d024

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -0
requirements.txt ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -i https://pypi.org/simple
2
+ attrs==25.3.0; python_version >= '3.8'
3
+ boto3==1.35.95; python_version >= '3.8'
4
+ boto3-stubs==1.35.95; python_version >= '3.8'
5
+ botocore==1.35.99; python_version >= '3.8'
6
+ botocore-stubs==1.38.46; python_version >= '3.9'
7
+ certifi==2025.7.9; python_version >= '3.7'
8
+ charset-normalizer==3.4.2; python_version >= '3.7'
9
+ check-jsonschema==0.33.2; python_version >= '3.9'
10
+ click==8.2.1; python_version >= '3.10'
11
+ distlib==0.3.9
12
+ dotenv==0.9.9
13
+ filelock==3.18.0; python_version >= '3.9'
14
+ idna==3.10; python_version >= '3.6'
15
+ -e ./cookbook/lib
16
+ jmespath==1.0.1; python_version >= '3.7'
17
+ jq==1.9.1; python_version >= '3.8'
18
+ jsonschema==4.24.0; python_version >= '3.9'
19
+ jsonschema-specifications==2025.4.1; python_version >= '3.9'
20
+ packaging==25.0; python_version >= '3.8'
21
+ pipenv==2025.0.4; python_version >= '3.9'
22
+ platformdirs==4.3.8; python_version >= '3.9'
23
+ python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
24
+ python-dotenv==1.1.1; python_version >= '3.9'
25
+ referencing==0.36.2; python_version >= '3.9'
26
+ regress==2025.5.1; python_version >= '3.9'
27
+ requests==2.32.4; python_version >= '3.8'
28
+ rpds-py==0.26.0; python_version >= '3.9'
29
+ ruamel.yaml==0.18.14; python_version >= '3.8'
30
+ ruamel.yaml.clib==0.2.12; python_version >= '3.9'
31
+ s3transfer==0.10.4; python_version >= '3.8'
32
+ setuptools==80.9.0; python_version >= '3.9'
33
+ six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
34
+ smart-open[http,s3]==6.4.0; python_version >= '3.6' and python_version < '4.0'
35
+ types-awscrt==0.27.4; python_version >= '3.8'
36
+ types-s3transfer==0.13.0; python_version >= '3.8'
37
+ typing-extensions==4.14.1; python_version >= '3.9'
38
+ urllib3==2.5.0; python_version >= '3.9'
39
+ virtualenv==20.31.2; python_version >= '3.8'
40
+
41
+
42
+
43
+ pandas>=2.0
44
+ numpy>=1.24
45
+ scikit-learn>=1.3
46
+ scipy>=1.10
47
+ joblib>=1.3
48
+ torch>=2.2
49
+ sentence-transformers>=2.7