diff --git a/requirements.txt b/requirements.txt index 6bb2dbf..455c418 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nose -pandas>=1.1.1 +pandas>=1.2.1 pysftp pygrok prefect==0.14.5 diff --git a/setup.py b/setup.py index 0ddbfc9..66ed4c5 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # This call to setup() does all the work setuptools.setup( name="cupyopt", - version="0.14.5.1", + version="0.14.5.2", description="CU Python Opinionated Prefect Tasks", long_description=README, long_description_content_type="text/x-rst",