autogluon.common 1.2.1b20250310__py3-none-any.whl → 1.2.1b20250312__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.
@@ -186,21 +186,6 @@ def try_import_imodels():
186
186
  raise ImportError("Unable to import dependency imodels. A quick tip is to install via `pip install imodels`. ")
187
187
 
188
188
 
189
- def try_import_vowpalwabbit():
190
- try:
191
- import vowpalwabbit
192
- from pkg_resources import parse_version # pylint: disable=import-outside-toplevel
193
-
194
- vowpalwabbit_version = parse_version(vowpalwabbit.__version__)
195
- assert vowpalwabbit_version >= parse_version("9.0.0") and vowpalwabbit_version < parse_version("9.10.0"), (
196
- f"Currently, we only support vowpalwabbit version >=9.0 and <9.10. Found vowpalwabbit version: {vowpalwabbit_version}"
197
- )
198
- except ImportError:
199
- raise ImportError(
200
- "`import vowpalwabbit` failed.\nA quick tip is to install via `pip install vowpalwabbit>=9,<9.10"
201
- )
202
-
203
-
204
189
  def try_import_fasttext():
205
190
  try:
206
191
  import fasttext
@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.2.1b20250310"
3
+ __version__ = "1.2.1b20250312"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.common
3
- Version: 1.2.1b20250310
3
+ Version: 1.2.1b20250312
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
@@ -43,9 +43,9 @@ Requires-Dist: psutil<7.0.0,>=5.7.3
43
43
  Requires-Dist: tqdm<5,>=4.38
44
44
  Provides-Extra: tests
45
45
  Requires-Dist: types-setuptools; extra == "tests"
46
- Requires-Dist: pytest; extra == "tests"
47
46
  Requires-Dist: types-requests; extra == "tests"
48
47
  Requires-Dist: pytest-mypy; extra == "tests"
48
+ Requires-Dist: pytest; extra == "tests"
49
49
 
50
50
 
51
51
 
@@ -1,8 +1,8 @@
1
- autogluon.common-1.2.1b20250310-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.common-1.2.1b20250312-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/common/__init__.py,sha256=Q0tQ4UOtUEhPpj83k_xzQ9bmtoTSvfg_3WgPi1QopJk,352
3
3
  autogluon/common/dataset.py,sha256=slfU8CxGFNJ86_2wKkT_zPMPr-iPB-sz7klz0YqJECo,1580
4
4
  autogluon/common/space.py,sha256=oRSG-uFmsLACT42mT2vRp3NSuV8MaQz6X4sYwcZruxs,5457
5
- autogluon/common/version.py,sha256=sSV76kl5V2aM4pV9L3LYTKrnmgMZkThLQK3iof64UCw,91
5
+ autogluon/common/version.py,sha256=jJrTQDH93aen31K7aA8rJsXAtKx1fUM2eMDvRjqIPVs,91
6
6
  autogluon/common/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  autogluon/common/features/feature_metadata.py,sha256=GDvZXyaNkDeuNv8omO4K7tkCPmMdpJzD5rH_hKtZD9E,25783
8
8
  autogluon/common/features/infer_types.py,sha256=MkfVDoY__0Rr__zsDSKszmvYMq5RQRmbNboTG_tm64o,6492
@@ -41,13 +41,13 @@ autogluon/common/utils/resource_utils.py,sha256=CmU8OsaXoreja43gMGRZCg8BiKQdHvDx
41
41
  autogluon/common/utils/s3_utils.py,sha256=Tj2VyUGUc7Vrx5KkCGKapvFQyaVvWpJNpjssfXg2Sl4,17142
42
42
  autogluon/common/utils/simulation_utils.py,sha256=iEZcRWzP8xLQ8racIfOGC5V_A0W_xNgxPkGuBfX6hh8,3573
43
43
  autogluon/common/utils/system_info.py,sha256=9BkFcdq1co0EMnZkk_AYdhxSEP3RqcU6uIp-iYx9bdc,4479
44
- autogluon/common/utils/try_import.py,sha256=k_d9RvHs_6ShL5gN7OuVtNHhZZ9BOxz4t6piOkfpug4,7499
44
+ autogluon/common/utils/try_import.py,sha256=-yPhlPehiFS2prrxzpRkljmY49QXFR0oat8X7bDbrmo,6838
45
45
  autogluon/common/utils/utils.py,sha256=H0gjBbiFBPuhnlHpirN3nU7WehoTZCv-231tb1oIvMI,7971
46
- autogluon.common-1.2.1b20250310.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
47
- autogluon.common-1.2.1b20250310.dist-info/METADATA,sha256=CFH_75BQQIdp-jR8Ckq-B7CERyqyESrPZEaoU5-bK2U,11658
48
- autogluon.common-1.2.1b20250310.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
49
- autogluon.common-1.2.1b20250310.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
50
- autogluon.common-1.2.1b20250310.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
51
- autogluon.common-1.2.1b20250310.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
52
- autogluon.common-1.2.1b20250310.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
53
- autogluon.common-1.2.1b20250310.dist-info/RECORD,,
46
+ autogluon.common-1.2.1b20250312.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
47
+ autogluon.common-1.2.1b20250312.dist-info/METADATA,sha256=Vml-cwKi8XxaJgT1C1SMGZjS7_KKkG90sscpJ1w6bK4,11658
48
+ autogluon.common-1.2.1b20250312.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
49
+ autogluon.common-1.2.1b20250312.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
50
+ autogluon.common-1.2.1b20250312.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
51
+ autogluon.common-1.2.1b20250312.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
52
+ autogluon.common-1.2.1b20250312.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
53
+ autogluon.common-1.2.1b20250312.dist-info/RECORD,,