@@ -21,16 +21,17 @@ def get_version():
2121 url = 'https://github.com/quantbai/elvers' ,
2222 packages = find_packages (),
2323 include_package_data = True ,
24- package_data = {"elvers.data" : ["*.csv" ]},
24+ package_data = {"elvers.data" : ["*.csv" , "*.parquet" ]},
2525 install_requires = [
26- 'polars>=1.35 .0,<2.0.0' ,
26+ 'polars>=1.37 .0,<2.0.0' ,
2727 ],
2828 classifiers = [
2929 'Development Status :: 2 - Pre-Alpha' ,
3030 'Intended Audience :: Developers' ,
3131 'Intended Audience :: Financial and Insurance Industry' ,
3232 'Intended Audience :: Science/Research' ,
3333 'Programming Language :: Python :: 3' ,
34+ 'Programming Language :: Python :: 3.10' ,
3435 'Programming Language :: Python :: 3.11' ,
3536 'Programming Language :: Python :: 3.12' ,
3637 'Programming Language :: Python :: 3.13' ,
@@ -40,5 +41,5 @@ def get_version():
4041 'Topic :: Office/Business :: Financial :: Investment' ,
4142 'Topic :: Scientific/Engineering' ,
4243 ],
43- python_requires = '>=3.11 ' ,
44+ python_requires = '>=3.10 ' ,
4445)
0 commit comments