Skip to content

Commit 7244f87

Browse files
authored
Merge pull request #148 from ocefpaf/fix_deps
Fix deps
2 parents dc02cd9 + 707e173 commit 7244f87

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"github_user": "pyoceans",
101101
"github_repo": "python-ctd",
102102
"github_banner": True,
103-
"travis_button": True,
103+
"travis_button": False,
104104
"fixed_sidebar": True,
105105
}
106106

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ classifiers =
2020
[options]
2121
zip_safe = True
2222
install_requires =
23+
chardet
2324
gsw >=3.3.0
2425
matplotlib
2526
numpy
26-
pandas-flavor >=0.1.2
2727
pandas >=0.24.0
28+
pandas-flavor >=0.1.2
2829
scipy
2930
python_requires = >=3.6
3031
packages = find:

0 commit comments

Comments
 (0)