From 6b9c283a3e9b1ba47e94de026da53102f1915950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:09:26 +0000 Subject: [PATCH] Bump ipython from 7.16.3 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.16.3...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pecebl.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pecebl.egg-info/requires.txt b/pecebl.egg-info/requires.txt index d873342..1299ff3 100644 --- a/pecebl.egg-info/requires.txt +++ b/pecebl.egg-info/requires.txt @@ -1,4 +1,4 @@ -ipython==7.16.3 +ipython==8.10.0 jupyter numba numpy diff --git a/setup.py b/setup.py index 89d1c7b..aa6d336 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ ], }, install_requires=[ - 'ipython==7.16.3', 'jupyter', 'numpy','scipy', + 'ipython==8.10.0', 'jupyter', 'numpy','scipy', 'sympy', 'pandas', 'pyqtgraph', 'pyopengl', 'matplotlib', 'imageio', 'pyculib', 'pycuda', 'scikit-cuda', ],