autogluon.timeseries 1.1.2b20240803__py3-none-any.whl → 1.1.2b20240805__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  """This is the autogluon version file."""
2
- __version__ = '1.1.2b20240803'
2
+ __version__ = '1.1.2b20240805'
3
3
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.timeseries
3
- Version: 1.1.2b20240803
3
+ Version: 1.1.2b20240805
4
4
  Summary: Fast and Accurate ML in 3 Lines of Code
5
5
  Home-page: https://github.com/autogluon/autogluon
6
6
  Author: AutoGluon Community
@@ -34,41 +34,41 @@ Classifier: Topic :: Scientific/Engineering :: Information Analysis
34
34
  Classifier: Topic :: Scientific/Engineering :: Image Recognition
35
35
  Requires-Python: >=3.8, <3.12
36
36
  Description-Content-Type: text/markdown
37
- Requires-Dist: joblib <2,>=1.1
38
- Requires-Dist: numpy <1.29,>=1.21
39
- Requires-Dist: scipy <1.13,>=1.5.4
40
- Requires-Dist: pandas <2.3.0,>=2.0.0
41
- Requires-Dist: torch <2.5,>=2.2
42
- Requires-Dist: lightning <2.4,>=2.2
43
- Requires-Dist: pytorch-lightning <2.4,>=2.2
44
- Requires-Dist: transformers[sentencepiece] <4.41.0,>=4.38.0
45
- Requires-Dist: accelerate <0.22.0,>=0.21.0
46
- Requires-Dist: gluonts ==0.15.1
47
- Requires-Dist: networkx <4,>=3.0
48
- Requires-Dist: statsforecast <1.8,>=1.7.0
49
- Requires-Dist: mlforecast <0.10.1,>=0.10.0
50
- Requires-Dist: utilsforecast <=0.1.9
51
- Requires-Dist: fugue >=0.9.0
52
- Requires-Dist: tqdm <5,>=4.38
53
- Requires-Dist: orjson ~=3.9
54
- Requires-Dist: tensorboard <3,>=2.9
55
- Requires-Dist: autogluon.core[raytune] ==1.1.2b20240803
56
- Requires-Dist: autogluon.common ==1.1.2b20240803
57
- Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost] ==1.1.2b20240803
37
+ Requires-Dist: joblib<2,>=1.1
38
+ Requires-Dist: numpy<1.29,>=1.21
39
+ Requires-Dist: scipy<1.13,>=1.5.4
40
+ Requires-Dist: pandas<2.3.0,>=2.0.0
41
+ Requires-Dist: torch<2.5,>=2.2
42
+ Requires-Dist: lightning<2.4,>=2.2
43
+ Requires-Dist: pytorch-lightning<2.4,>=2.2
44
+ Requires-Dist: transformers[sentencepiece]<4.41.0,>=4.38.0
45
+ Requires-Dist: accelerate<0.22.0,>=0.21.0
46
+ Requires-Dist: gluonts==0.15.1
47
+ Requires-Dist: networkx<4,>=3.0
48
+ Requires-Dist: statsforecast<1.8,>=1.7.0
49
+ Requires-Dist: mlforecast<0.10.1,>=0.10.0
50
+ Requires-Dist: utilsforecast<=0.1.9
51
+ Requires-Dist: fugue>=0.9.0
52
+ Requires-Dist: tqdm<5,>=4.38
53
+ Requires-Dist: orjson~=3.9
54
+ Requires-Dist: tensorboard<3,>=2.9
55
+ Requires-Dist: autogluon.core[raytune]==1.1.2b20240805
56
+ Requires-Dist: autogluon.common==1.1.2b20240805
57
+ Requires-Dist: autogluon.tabular[catboost,lightgbm,xgboost]==1.1.2b20240805
58
58
  Provides-Extra: all
59
- Requires-Dist: optimum[onnxruntime] <1.19,>=1.17 ; extra == 'all'
59
+ Requires-Dist: optimum[onnxruntime]<1.19,>=1.17; extra == "all"
60
60
  Provides-Extra: chronos-onnx
61
- Requires-Dist: optimum[onnxruntime] <1.19,>=1.17 ; extra == 'chronos-onnx'
61
+ Requires-Dist: optimum[onnxruntime]<1.19,>=1.17; extra == "chronos-onnx"
62
62
  Provides-Extra: chronos-openvino
63
- Requires-Dist: optimum-intel[nncf,openvino] <1.17,>=1.15 ; extra == 'chronos-openvino'
64
- Requires-Dist: optimum[nncf,openvino] <1.19,>=1.17 ; extra == 'chronos-openvino'
63
+ Requires-Dist: optimum-intel[nncf,openvino]<1.17,>=1.15; extra == "chronos-openvino"
64
+ Requires-Dist: optimum[nncf,openvino]<1.19,>=1.17; extra == "chronos-openvino"
65
65
  Provides-Extra: tests
66
- Requires-Dist: pytest ; extra == 'tests'
67
- Requires-Dist: ruff >=0.0.285 ; extra == 'tests'
68
- Requires-Dist: flaky <4,>=3.7 ; extra == 'tests'
69
- Requires-Dist: pytest-timeout <3,>=2.1 ; extra == 'tests'
70
- Requires-Dist: isort >=5.10 ; extra == 'tests'
71
- Requires-Dist: black ~=23.0 ; extra == 'tests'
66
+ Requires-Dist: pytest; extra == "tests"
67
+ Requires-Dist: ruff>=0.0.285; extra == "tests"
68
+ Requires-Dist: flaky<4,>=3.7; extra == "tests"
69
+ Requires-Dist: pytest-timeout<3,>=2.1; extra == "tests"
70
+ Requires-Dist: isort>=5.10; extra == "tests"
71
+ Requires-Dist: black~=23.0; extra == "tests"
72
72
 
73
73
 
74
74
 
@@ -1,10 +1,10 @@
1
- autogluon.timeseries-1.1.2b20240803-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.timeseries-1.1.2b20240805-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/timeseries/__init__.py,sha256=_CrLLc1fkjen7UzWoO0Os8WZoHOgvZbHKy46I8v_4k4,304
3
3
  autogluon/timeseries/evaluator.py,sha256=l642tYfTHsl8WVIq_vV6qhgAFVFr9UuZD7gLra3A_Kc,250
4
4
  autogluon/timeseries/learner.py,sha256=IYXpJSDyTzjZXjKL_SrTujt5Uke83mSJFA0sMj25_sM,13828
5
5
  autogluon/timeseries/predictor.py,sha256=th-UrZx2-4tJ3dnw_XUBwBW_obrfa_YC4VtY9bRfv8A,83073
6
6
  autogluon/timeseries/splitter.py,sha256=eghGwAAN2_cxGk5aJBILgjGWtLzjxJcytMy49gg_q18,3061
7
- autogluon/timeseries/version.py,sha256=AGiFBwnmlkn3wSt46Wd4JwYmpVOcVc99VH6pgHZFcw0,90
7
+ autogluon/timeseries/version.py,sha256=GelWl_MHJUY9_CPRJkN0CI7q7EiNNVqs2cDTmhKnqio,90
8
8
  autogluon/timeseries/configs/__init__.py,sha256=BTtHIPCYeGjqgOcvqb8qPD4VNX-ICKOg6wnkew1cPOE,98
9
9
  autogluon/timeseries/configs/presets_configs.py,sha256=94-yL9teDHKs2irWjP3kpewI7FE1ChYCgEgz9XHJ6gc,1965
10
10
  autogluon/timeseries/dataset/__init__.py,sha256=UvnhAN5tjgxXTHoZMQDy64YMDj4Xxa68yY7NP4vAw0o,81
@@ -52,11 +52,11 @@ autogluon/timeseries/utils/datetime/base.py,sha256=3NdsH3NDq4cVAOSoy3XpaNixyNlbj
52
52
  autogluon/timeseries/utils/datetime/lags.py,sha256=GoLtvcZ8oKb3QkoBJ9E59LSPLOP7Qjxrr2UmMSZgjyw,5909
53
53
  autogluon/timeseries/utils/datetime/seasonality.py,sha256=h_4w00iEytAz_N_EpCENQ8RCXy7KQITczrYjBgVqWkQ,764
54
54
  autogluon/timeseries/utils/datetime/time_features.py,sha256=PAXbYbQ0z_5GFbkxSNi41zLY_2-U3x0Ynm1m_WhdtGc,2572
55
- autogluon.timeseries-1.1.2b20240803.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
56
- autogluon.timeseries-1.1.2b20240803.dist-info/METADATA,sha256=JUlLJxlDe0w0g9xFEYGq7M37LS0mBp4tUWNZcSDTv_Y,12500
57
- autogluon.timeseries-1.1.2b20240803.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
58
- autogluon.timeseries-1.1.2b20240803.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
59
- autogluon.timeseries-1.1.2b20240803.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
60
- autogluon.timeseries-1.1.2b20240803.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
61
- autogluon.timeseries-1.1.2b20240803.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
62
- autogluon.timeseries-1.1.2b20240803.dist-info/RECORD,,
55
+ autogluon.timeseries-1.1.2b20240805.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
56
+ autogluon.timeseries-1.1.2b20240805.dist-info/METADATA,sha256=XbLPDaOIxvsRF1F_U0wuPw6tHHk68Glr2C38HrIUkss,12460
57
+ autogluon.timeseries-1.1.2b20240805.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
58
+ autogluon.timeseries-1.1.2b20240805.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
59
+ autogluon.timeseries-1.1.2b20240805.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
60
+ autogluon.timeseries-1.1.2b20240805.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
61
+ autogluon.timeseries-1.1.2b20240805.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
62
+ autogluon.timeseries-1.1.2b20240805.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5