File tree 1 file changed +18
-19
lines changed
1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,30 @@ authors = [
10
10
]
11
11
description = " "
12
12
readme = " README.md"
13
- requires-python = " >=3.11.11 "
13
+ requires-python = " >=3.11"
14
14
classifiers = [
15
15
" Programming Language :: Python :: 3" ,
16
16
" Operating System :: OS Independent" ,
17
17
]
18
18
license-files = [" LICENSE" ]
19
19
dependencies = [
20
- " pytest" ,
21
- " autoenum" ,
22
- " requests" ,
23
- " pyyaml" ,
24
- " urllib3" ,
25
- " pandas==2.*" ,
26
- " numpy" ,
27
- " pydantic>=2.10.5" ,
28
- " xlrd" ,
29
- " XlsxWriter" ,
30
- " openpyxl" ,
31
- " fastparquet" ,
32
- " pyarrow" ,
33
- " s3fs" ,
34
- " tqdm" ,
35
- " boto3" ,
36
- " cloudpickle>=3.0.0" ,
37
- " scikit-learn" ,
20
+ " autoenum==1.0.2" ,
21
+ " boto3==1.36.19" ,
22
+ " cloudpickle==3.1.1" ,
23
+ " fastparquet==2024.11.0" ,
24
+ " numpy==1.26.4" ,
25
+ " openpyxl==3.1.5" ,
26
+ " pandas==2.2.1" ,
27
+ " pyarrow==14.0.2" ,
28
+ " pydantic==2.10.6" ,
29
+ " pytest==8.3.4" ,
30
+ " pyyaml==6.0.2" ,
31
+ " requests==2.32.3" ,
32
+ " s3fs==0.4.2" ,
33
+ " scikit-learn==1.6.1" ,
34
+ " tqdm==4.67.1" ,
35
+ " urllib3==2.3.0" ,
36
+ " xlrd==2.0.1"
38
37
]
39
38
40
39
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments