workbench 0.8.162__py3-none-any.whl → 0.8.163__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,4 +1,6 @@
1
+ import IPython
1
2
  from IPython import start_ipython
3
+ from distutils.version import LooseVersion
2
4
  from IPython.terminal.prompts import Prompts
3
5
  from IPython.terminal.ipapp import load_default_config
4
6
  from pygments.token import Token
@@ -202,7 +204,10 @@ class WorkbenchShell:
202
204
 
203
205
  # Start IPython with the config and commands in the namespace
204
206
  try:
205
- ipython_argv = ["--no-tip", "--theme", "linux"]
207
+ if LooseVersion(IPython.__version__) >= LooseVersion("9.0.0"):
208
+ ipython_argv = ["--no-tip", "--theme", "linux"]
209
+ else:
210
+ ipython_argv = []
206
211
  start_ipython(ipython_argv, user_ns=locs, config=config)
207
212
  finally:
208
213
  spinner = self.spinner_start("Goodbye to AWS:")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workbench
3
- Version: 0.8.162
3
+ Version: 0.8.163
4
4
  Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
5
5
  Author-email: SuperCowPowers LLC <support@supercowpowers.com>
6
6
  License-Expression: MIT
@@ -22,7 +22,7 @@ Requires-Dist: pandas>=2.2.1
22
22
  Requires-Dist: awswrangler>=3.4.0
23
23
  Requires-Dist: sagemaker>=2.143
24
24
  Requires-Dist: cryptography>=44.0.2
25
- Requires-Dist: ipython>=9.0.0
25
+ Requires-Dist: ipython>=8.37.0
26
26
  Requires-Dist: pyreadline3; sys_platform == "win32"
27
27
  Requires-Dist: scikit-learn>=1.5.2
28
28
  Requires-Dist: xgboost>=3.0.3
@@ -168,7 +168,6 @@ Using Workbench will minimize the time and manpower needed to incorporate AWS ML
168
168
 
169
169
  ```
170
170
  pip install workbench # Installs Workbench with Core Dependencies
171
- pip install 'workbench[ml-tools]' # + Shap and NetworkX
172
171
  pip install 'workbench[ui]' # + Plotly/Dash
173
172
  pip install 'workbench[dev]' # + Pytest/flake8/black
174
173
  pip install 'workbench[all]' # + All the things :)
@@ -162,7 +162,7 @@ workbench/model_scripts/xgb_model/generated_model_script.py,sha256=dm11XC6SHo_-z
162
162
  workbench/model_scripts/xgb_model/requirements.txt,sha256=jWlGc7HH7vqyukTm38LN4EyDi8jDUPEay4n45z-30uc,104
163
163
  workbench/model_scripts/xgb_model/xgb_model.template,sha256=RaUr8X6al5R2IILNKgGUH05Gb4H7AFFG9RE524_VH7Q,17935
164
164
  workbench/repl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
- workbench/repl/workbench_shell.py,sha256=16VhncrMs4lkSGVAHhjzKvK21DCt9aU6mNScYrZVgKM,21948
165
+ workbench/repl/workbench_shell.py,sha256=ms9nVFfKohK8efmiQ2YbOH1OYBRWLgqbByshkcoKDog,22137
166
166
  workbench/resources/open_source_api.key,sha256=3S0OTblsmC0msUPdE_dbBmI83xJNmYscuwLJ57JmuOc,433
167
167
  workbench/resources/signature_verify_pub.pem,sha256=V3-u-3_z2PH-805ybkKvzDOBwAbvHxcKn0jLBImEtzM,272
168
168
  workbench/scripts/check_double_bond_stereo.py,sha256=p5hnL54Weq77ES0HCELq9JeoM-PyUGkvVSeWYF2dKyo,7776
@@ -275,9 +275,9 @@ workbench/web_interface/page_views/main_page.py,sha256=X4-KyGTKLAdxR-Zk2niuLJB2Y
275
275
  workbench/web_interface/page_views/models_page_view.py,sha256=M0bdC7bAzLyIaE2jviY12FF4abdMFZmg6sFuOY_LaGI,2650
276
276
  workbench/web_interface/page_views/page_view.py,sha256=Gh6YnpOGlUejx-bHZAf5pzqoQ1H1R0OSwOpGhOBO06w,455
277
277
  workbench/web_interface/page_views/pipelines_page_view.py,sha256=v2pxrIbsHBcYiblfius3JK766NZ7ciD2yPx0t3E5IJo,2656
278
- workbench-0.8.162.dist-info/licenses/LICENSE,sha256=z4QMMPlLJkZjU8VOKqJkZiQZCEZ--saIU2Z8-p3aVc0,1080
279
- workbench-0.8.162.dist-info/METADATA,sha256=2f0Ok7oYPAE3FA8mcG-9ySPkn1T_NygcKi3hNeXMEZY,9264
280
- workbench-0.8.162.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
281
- workbench-0.8.162.dist-info/entry_points.txt,sha256=oZykkheWiiIBjRE8cS5SdcxwmZKSFaQEGwMBjNh-eNM,238
282
- workbench-0.8.162.dist-info/top_level.txt,sha256=Dhy72zTxaA_o_yRkPZx5zw-fwumnjGaeGf0hBN3jc_w,10
283
- workbench-0.8.162.dist-info/RECORD,,
278
+ workbench-0.8.163.dist-info/licenses/LICENSE,sha256=z4QMMPlLJkZjU8VOKqJkZiQZCEZ--saIU2Z8-p3aVc0,1080
279
+ workbench-0.8.163.dist-info/METADATA,sha256=TwnUicLddrHeMkx_gDGiUR6uQD7TR6mRjNG0XY3kh1E,9209
280
+ workbench-0.8.163.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
281
+ workbench-0.8.163.dist-info/entry_points.txt,sha256=oZykkheWiiIBjRE8cS5SdcxwmZKSFaQEGwMBjNh-eNM,238
282
+ workbench-0.8.163.dist-info/top_level.txt,sha256=Dhy72zTxaA_o_yRkPZx5zw-fwumnjGaeGf0hBN3jc_w,10
283
+ workbench-0.8.163.dist-info/RECORD,,