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

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3350d89  [DATALAB-2577]: Fixed ipython and ipykernel version
     new d7059ad  Merge pull request #1323 from owlleg6/develop
3350d89 is described below

commit 3350d890928c4fdcc31d638b546bc2ee2f570adf
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Thu Nov 4 17:47:10 2021 +0200

    [DATALAB-2577]: Fixed ipython and ipykernel version
---
 infrastructure-provisioning/src/general/conf/datalab.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini 
b/infrastructure-provisioning/src/general/conf/datalab.ini
index 701ef97..adc5aa9 100644
--- a/infrastructure-provisioning/src/general/conf/datalab.ini
+++ b/infrastructure-provisioning/src/general/conf/datalab.ini
@@ -115,8 +115,8 @@ awscli = 1.20.8
 pymongo = 3.12.0
 pyyaml = 5.4.1
 jinja2 = 3.0.1
-ipython = 7.26.0
-ipykernel = 6.0.3
+ipython = 7.28.0
+ipykernel = 6.4.1
 numpy = 1.21.1
 scipy = 1.7.1
 matplotlib = 3.4.2

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to