From d9b20f6aad68ceb2a7c3999f876328d3cb0e75d6 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 31 May 2022 15:41:14 -0300 Subject: [PATCH 1/2] drop travis-ci --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 16f06a5..01cbf0f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -100,7 +100,7 @@ "github_user": "pyoceans", "github_repo": "python-ctd", "github_banner": True, - "travis_button": True, + "travis_button": False, "fixed_sidebar": True, } From 707e17384afdab212f97a26e4c7e74ffa15f373e Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 1 Jun 2022 08:32:18 -0300 Subject: [PATCH 2/2] fix dependencies --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d4ce1de..012e343 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,11 +20,12 @@ classifiers = [options] zip_safe = True install_requires = + chardet gsw >=3.3.0 matplotlib numpy - pandas-flavor >=0.1.2 pandas >=0.24.0 + pandas-flavor >=0.1.2 scipy python_requires = >=3.6 packages = find: