Description
Hi, not sure if this is the right place for my issue. if not please delete/ignore.
I run into a problem with the notebooks using panda. I receive the warning that pandas requires version '2.8.4' or newer of 'numexpr' (version '2.7.3' currently installed). When trying to manually update the packages in question, I end up in a chain of required updates that ultimately throws an error because of the pinned python version in the environment. Is this a problem with pandas or with my setup? I am running windows..
THanks
from pandas.core.computation.check import NUMEXPR_INSTALLED
C:\Users\ge85riy\AppData\Local\Temp\ipykernel_19816\205287707.py:4: DeprecationWarning: Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython display
from IPython.core.display import display, HTML