File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools==67.6.1 " ,
4- " wheel==0.37.1 "
3+ " setuptools==75.1.0 " ,
4+ " wheel==0.44.0 "
55]
66build-backend = " setuptools.build_meta"
77
@@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3 :: Only" ,
3131 " Programming Language :: Python :: 3.10" ,
3232 " Programming Language :: Python :: 3.11" ,
33+ " Programming Language :: Python :: 3.12" ,
3334 " License :: Other/Proprietary License" ,
3435 " Operating System :: OS Independent" ,
3536 " Development Status :: 4 - Beta" ,
@@ -46,15 +47,15 @@ authors = [
4647dependencies = [
4748 " requests==2.28.1" ,
4849 " 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 " ,
5152]
5253dynamic = [" version" ]
5354
5455[project .optional-dependencies ]
5556dev = [
56- " setuptools==67.6.1 " ,
57- " wheel==0.37.1 " ,
57+ " setuptools==75.1.0 " ,
58+ " wheel==0.44.0 " ,
5859 " build==0.8.0" ,
5960 " twine==4.0.1" ,
6061 " importlib-metadata==4.2.0" ,
You can’t perform that action at this time.
0 commit comments