You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bi...@apache.org on 2021/04/09 15:28:58 UTC

[airflow] branch master updated: Rename nteract-scrapbook to scrapbook (#15290)

This is an automated email from the ASF dual-hosted git repository.

binh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ba467b  Rename nteract-scrapbook to scrapbook (#15290)
9ba467b is described below

commit 9ba467b388148f4217b263d2518e8a24407b9d5c
Author: Xinbin Huang <bi...@gmail.com>
AuthorDate: Fri Apr 9 08:28:43 2021 -0700

    Rename nteract-scrapbook to scrapbook (#15290)
    
    * Rename nteract-scrapbook to scrapbook
    
    * fixup! Rename nteract-scrapbook to scrapbook
    
    * Remove version pin given it's minimal version
    
    Co-authored-by: eladkal <45...@users.noreply.github.com>
    
    Co-authored-by: eladkal <45...@users.noreply.github.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9441b6b..4c87cd6 100644
--- a/setup.py
+++ b/setup.py
@@ -384,8 +384,8 @@ pagerduty = [
     'pdpyras>=4.1.2,<5',
 ]
 papermill = [
-    'nteract-scrapbook[all]>=0.3.1',
     'papermill[all]>=1.2.1',
+    'scrapbook[all]',
 ]
 password = [
     'bcrypt>=2.0.0',