From 0726898958e3dc04ba486e2794b3b3087278b23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:12:36 +0200 Subject: [PATCH] Update pandas requirement from ~=2.1.0 to ~=2.1.1 (#305) Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b933909..b718dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ase~=3.22.1 seekpath~=2.1.0 widget-bzvisualizer~=0.1.0b10 plotly~=5.17.0 -pandas~=2.1.0 +pandas~=2.1.1 nglview~=3.0.8 moviepy~=1.0.3 ipyevents~=2.0.2