diff --git a/environment.yml b/environment.yml index 57fd627..5b43168 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: - matplotlib-base>=3.5.0,<4 - myst-nb>=0.17.0,<0.18 - myst-parser>=0.18,<0.19 - - pandas>=1,<2 + - pandas>=2,<3 - pip - plotly>=5,<6 - pybtex>=0.24,<0.25 diff --git a/setup.py b/setup.py index 756395f..48060f7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "filelock>=3,<4", "frictionless>=5.10.1,<6", "matplotlib>=3.5.0,<4", - "pandas>=1,<2", + "pandas>=2,<3", "plotly>=5,<6", "pybtex>=0.24,<0.25", ],