diff --git a/cfelpyutils/__init__.py b/cfelpyutils/__init__.py index 296d1a7257a12031c118a6fffe93fc9fbfc00f1c..e60687637cad1cedb2c5972d49c7b175164315ee 100644 --- a/cfelpyutils/__init__.py +++ b/cfelpyutils/__init__.py @@ -17,4 +17,4 @@ This is the CFELPyUtils package, which contains all modules of the library. Please refer to the individual modules to learn more about their function. """ -__version__ = "2.0.4" +__version__ = "2.0.5" diff --git a/requirements.txt b/requirements.txt index 828f24c22c4d32b736c42d369270f51cb9d43c17..55d9ba6a16eac5c73a7c2ad9e8616a43f9a26f7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ m2r2>=0.2.7 mypy-extensions>=0.4.3 mypy>=0.812 numpy>=1.16.4 -pandas>=1.2.2 +pandas>=1.1.5 pylint-gitlab>=0.2 pylint>=2.7 pytest-cov>=2.11