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 <[email protected]>
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 <[email protected]>
    
    Co-authored-by: eladkal <[email protected]>
---
 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',

Reply via email to