From 6a74755a0210107dfa892ff1a09f2f221e8e4c59 Mon Sep 17 00:00:00 2001 From: Brian Healy <42810347+bfhealy@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:16:20 +0100 Subject: [PATCH] Update penquins requirement to >=2.4.0 (#551) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff94686..bf9df9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ healpy = ">=1.16.2" jinja2 = "<=3.1" myst-parser = ">=0.18.1" pandas = ">=1.2" -penquins = ">=2.3.1" +penquins = ">=2.4.0" pyyaml = ">=5.3.1" tdtax = ">=0.1.6" pyarrow = ">=9.0.0" diff --git a/requirements.txt b/requirements.txt index 966080d..877983a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ healpy>=1.16.2 Jinja2<=3.1 myst-parser>=0.18.1 pandas>=1.2 -penquins>=2.3.1 +penquins>=2.4.0 pyyaml>=5.3.1 tdtax>=0.1.6 tables>=3.7,<3.9.2