From 6ad5cfa259df777630f56c0334e8f05f46415878 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 28 Sep 2024 17:27:47 -0300 Subject: [PATCH] enh: pandas added to requirements, version changed --- composipy/version.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composipy/version.py b/composipy/version.py index 2783701..4b5bf2c 100644 --- a/composipy/version.py +++ b/composipy/version.py @@ -1 +1 @@ -__version__ = '1.4.1' \ No newline at end of file +__version__ = '1.4.2' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4a2a08b..b901f9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ numpy scipy -matplotlib \ No newline at end of file +matplotlib +pandas \ No newline at end of file