Metadata-Version: 2.1
Name: bigdl-chronos-spark3
Version: 2.4.0
Summary: Scalable time series analysis using AutoML
Home-page: https://github.com/intel-analytics/BigDL
Author: BigDL Authors
Author-email: bigdl-user-group@googlegroups.com
License: Apache License, Version 2.0
Platform: mac
Platform: linux
Platform: windows
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Requires-Dist: pandas (<=1.3.5,>=1.0.5)
Requires-Dist: scikit-learn (<=1.0.2,>=0.22.0)
Requires-Dist: bigdl-nano (==2.4.0)
Provides-Extra: all
Requires-Dist: bigdl-nano[pytorch] (==2.4.0) ; extra == 'all'
Requires-Dist: optuna (<=2.10.1) ; extra == 'all'
Requires-Dist: configspace (<=0.5.0) ; extra == 'all'
Requires-Dist: SQLAlchemy (<=1.4.27) ; extra == 'all'
Requires-Dist: grpcio (==1.53.0) ; extra == 'all'
Requires-Dist: pmdarima (==1.8.5) ; extra == 'all'
Requires-Dist: prophet (==1.1.0) ; extra == 'all'
Requires-Dist: holidays (==0.24) ; extra == 'all'
Requires-Dist: tsfresh (==0.17.0) ; extra == 'all'
Requires-Dist: pyarrow (==6.0.1) ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: inotify-simple ; extra == 'all'
Requires-Dist: bigdl-nano[inference] (==2.4.0) ; extra == 'all'
Requires-Dist: ray[default] (==1.9.2) ; extra == 'all'
Requires-Dist: aiohttp (==3.8.1) ; extra == 'all'
Requires-Dist: async-timeout (==4.0.1) ; extra == 'all'
Requires-Dist: aioredis (==1.3.1) ; extra == 'all'
Requires-Dist: hiredis (==2.0.0) ; extra == 'all'
Requires-Dist: setproctitle ; extra == 'all'
Requires-Dist: psutil (==5.9.5) ; extra == 'all'
Requires-Dist: prometheus-client (==0.11.0) ; extra == 'all'
Requires-Dist: protobuf (==3.19.5) ; extra == 'all'
Requires-Dist: ray[tune] (==1.9.2) ; extra == 'all'
Requires-Dist: scikit-learn ; extra == 'all'
Requires-Dist: tensorboard ; extra == 'all'
Requires-Dist: intel-tensorflow (==2.7.0) ; ((platform_machine == "x86_64" or platform_machine == "AMD64") and platform_system != "Darwin") and extra == 'all'
Requires-Dist: tensorflow (==2.7.0) ; (platform_machine == "x86_64" and platform_system == "Darwin") and extra == 'all'
Requires-Dist: tf2onnx (==1.13.0) ; (platform_machine == "x86_64" or platform_machine == "AMD64") and extra == 'all'
Requires-Dist: bigdl-orca-spark3 (==2.4.0) ; (platform_system != "Windows") and extra == 'all'
Provides-Extra: automl
Requires-Dist: optuna (<=2.10.1) ; extra == 'automl'
Requires-Dist: configspace (<=0.5.0) ; extra == 'automl'
Requires-Dist: SQLAlchemy (<=1.4.27) ; extra == 'automl'
Provides-Extra: distributed
Requires-Dist: bigdl-orca-spark3 (==2.4.0) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: grpcio (==1.53.0) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: pyarrow ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: ray[default] (==1.9.2) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: aiohttp (==3.8.1) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: async-timeout (==4.0.1) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: aioredis (==1.3.1) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: hiredis (==2.0.0) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: setproctitle ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: psutil (==5.9.5) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: prometheus-client (==0.11.0) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: protobuf (==3.19.5) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: ray[tune] (==1.9.2) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: scikit-learn ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: tensorboard ; (platform_system!="Windows") and extra == 'distributed'
Provides-Extra: inference
Requires-Dist: bigdl-nano[inference] (==2.4.0) ; extra == 'inference'
Provides-Extra: pytorch
Requires-Dist: bigdl-nano[pytorch] (==2.4.0) ; extra == 'pytorch'
Provides-Extra: tensorflow
Requires-Dist: bigdl-nano (==2.4.0) ; extra == 'tensorflow'
Requires-Dist: intel-tensorflow (==2.7.0) ; ((platform_machine == "x86_64" or platform_machine == "AMD64") and platform_system != "Darwin") and extra == 'tensorflow'
Requires-Dist: tensorflow (==2.7.0) ; (platform_machine == "x86_64" and platform_system == "Darwin") and extra == 'tensorflow'
Requires-Dist: tf2onnx (==1.13.0) ; (platform_machine == "x86_64" or platform_machine == "AMD64") and extra == 'tensorflow'


BigDL Chronos is an application framework for building a fast, accurate
 and scalable time series analysis application.

See [here](https://bigdl.readthedocs.io/en/latest/doc/Chronos/Overview/chronos.html)
 for more information.


