File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " setuptools==67.6.1 " ,
4
- " wheel==0.37.1 "
3
+ " setuptools==75.1.0 " ,
4
+ " wheel==0.44.0 "
5
5
]
6
6
build-backend = " setuptools.build_meta"
7
7
@@ -30,6 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: 3 :: Only" ,
31
31
" Programming Language :: Python :: 3.10" ,
32
32
" Programming Language :: Python :: 3.11" ,
33
+ " Programming Language :: Python :: 3.12" ,
33
34
" License :: Other/Proprietary License" ,
34
35
" Operating System :: OS Independent" ,
35
36
" Development Status :: 4 - Beta" ,
@@ -46,15 +47,15 @@ authors = [
46
47
dependencies = [
47
48
" requests==2.28.1" ,
48
49
" requests-oauthlib==1.3.1" ,
49
- " pandas==1.4.3 " ,
50
- " numpy==1.23.0 " ,
50
+ " pandas==2.2.2 " ,
51
+ " numpy==2.1.1 " ,
51
52
]
52
53
dynamic = [" version" ]
53
54
54
55
[project .optional-dependencies ]
55
56
dev = [
56
- " setuptools==67.6.1 " ,
57
- " wheel==0.37.1 " ,
57
+ " setuptools==75.1.0 " ,
58
+ " wheel==0.44.0 " ,
58
59
" build==0.8.0" ,
59
60
" twine==4.0.1" ,
60
61
" importlib-metadata==4.2.0" ,
You can’t perform that action at this time.
0 commit comments