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', ],