polyaxon 2.0.0rc48__py3-none-any.whl → 2.0.0rc49__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.
polyaxon/pkg.py CHANGED
@@ -1,5 +1,5 @@
1
1
  NAME = "polyaxon"
2
- VERSION = "2.0.0-rc48"
2
+ VERSION = "2.0.0-rc49"
3
3
  SCHEMA_VERSION = 1.1
4
4
  DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
5
5
  URL = "https://github.com/polyaxon/polyaxon"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyaxon
3
- Version: 2.0.0rc48
3
+ Version: 2.0.0rc49
4
4
  Summary: Command Line Interface (CLI) and client to interact with Polyaxon API.
5
5
  Home-page: https://github.com/polyaxon/polyaxon
6
6
  Author: Polyaxon, Inc.
@@ -30,11 +30,11 @@ Classifier: Programming Language :: Python :: 3.8
30
30
  Classifier: Programming Language :: Python :: 3.9
31
31
  Classifier: Programming Language :: Python :: 3.10
32
32
  Classifier: Programming Language :: Python :: 3.11
33
- Requires-Python: >=3.7
33
+ Requires-Python: >=3.8
34
34
  Description-Content-Type: text/markdown
35
35
  License-File: LICENSE
36
36
  Requires-Dist: click <9.0.0,>=7.1.1
37
- Requires-Dist: clipped ==0.6.*
37
+ Requires-Dist: clipped ==0.7.*
38
38
  Requires-Dist: vents ==0.2.*
39
39
  Requires-Dist: Jinja2 <3.1.0,>=2.10.3
40
40
  Requires-Dist: kubernetes >=10.0.1
@@ -50,8 +50,8 @@ Requires-Dist: sentry-sdk >=1.2.0
50
50
  Requires-Dist: urllib3 >=1.25.6
51
51
  Requires-Dist: certifi >=2022.12.7
52
52
  Requires-Dist: pydantic >=1.10.2
53
- Requires-Dist: traceml ==2.0.0rc48
54
- Requires-Dist: hypertune ==2.0.0rc48
53
+ Requires-Dist: traceml ==1.1.0rc41
54
+ Requires-Dist: hypertune ==1.1.0rc41
55
55
  Provides-Extra: azure
56
56
  Requires-Dist: adlfs ; extra == 'azure'
57
57
  Provides-Extra: dev
@@ -9,7 +9,7 @@ polyaxon/exceptions.py,sha256=ujvG9p1Pn2KHYbHqB3-faadW46dEuULUQXNtfkd2zk8,10236
9
9
  polyaxon/fs.py,sha256=RS8XmVrrfXfIJXN6cTCCRRYwesCLHVVfC01Vi56lecs,246
10
10
  polyaxon/k8s.py,sha256=nI5oPCSlqU4aaeVShM6SlYS9eqYiYUL4GDXIZ4bnq-I,1051
11
11
  polyaxon/logger.py,sha256=gdZQms37Pe5G2j-Ear5jbSAJeGgX6fnvg7oE8_9MSlc,2309
12
- polyaxon/pkg.py,sha256=ALd-jJq4rhG_kz82pd4GmZnAwHYXAkkELbwv5qBM1jw,267
12
+ polyaxon/pkg.py,sha256=aQqlEMQFCv2fpY9ct0U9Dims_IxGCItXr09qwfAm-2Q,267
13
13
  polyaxon/polyaxonfile.py,sha256=xHmHT_cHomfuAQm82Jhnp71YNN5mQ-Lod7EbonjY4b4,429
14
14
  polyaxon/schemas.py,sha256=21EjK-aQERasHGgTNZb5z-MDcGuxr_v9PMfEVT5gGcw,5704
15
15
  polyaxon/settings.py,sha256=OYLJq_iwZqarQVytWK0dWA2BGXxZPEZ77WtLVUTHang,3964
@@ -590,9 +590,9 @@ polyaxon/tuners/hyperopt.py,sha256=zd6MblMGkooqLGDFJVo5kClqYnBoMwGj-opqqj8FDzQ,7
590
590
  polyaxon/tuners/mapping.py,sha256=pOdHCiwEufTk-QT7pNyjBjAEWNTM-lMC17WNTCk7C24,69
591
591
  polyaxon/tuners/random_search.py,sha256=6VEekM3N9h6E1lbpVTTUGKFPJlGMY2u-GkG615_nQcI,80
592
592
  polyaxon_sdk/__init__.py,sha256=HWvFdGWESyVG3f26K_szewiG-McMOHFkXKTfZcBlHsM,92
593
- polyaxon-2.0.0rc48.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
594
- polyaxon-2.0.0rc48.dist-info/METADATA,sha256=vjknpsP8zS7N1rp1PFuoDyvfwYfecbSiYiyqqIxbVBs,11718
595
- polyaxon-2.0.0rc48.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
596
- polyaxon-2.0.0rc48.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
597
- polyaxon-2.0.0rc48.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
598
- polyaxon-2.0.0rc48.dist-info/RECORD,,
593
+ polyaxon-2.0.0rc49.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
594
+ polyaxon-2.0.0rc49.dist-info/METADATA,sha256=NrpZYx3_dmuoEP4_FSu74bIivc1wqkk-yxQ5PLprU5M,11718
595
+ polyaxon-2.0.0rc49.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
596
+ polyaxon-2.0.0rc49.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
597
+ polyaxon-2.0.0rc49.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
598
+ polyaxon-2.0.0rc49.dist-info/RECORD,,