From 75b4df9d46c73c1c0e7e9156c5a4351d3728a757 Mon Sep 17 00:00:00 2001 From: Tomasz Noczynski Date: Mon, 22 Apr 2024 18:10:22 +0200 Subject: [PATCH] Use newer pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b8484c5..36015ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ rtd = "^1.2.3" flake8 = "^3.9.2" pytest = "^7.1.2" pytest-asyncio = "0.21.1" -pandas = "^1.3.4" +pandas = ">=1.3.4" sphinx_copybutton = ">=0.4.0" pylint = "^2.12.2" black = ">=23.1.0"