We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc02cd9 + 707e173 commit 7244f87Copy full SHA for 7244f87
2 files changed
docs/source/conf.py
@@ -100,7 +100,7 @@
100
"github_user": "pyoceans",
101
"github_repo": "python-ctd",
102
"github_banner": True,
103
- "travis_button": True,
+ "travis_button": False,
104
"fixed_sidebar": True,
105
}
106
setup.cfg
@@ -20,11 +20,12 @@ classifiers =
20
[options]
21
zip_safe = True
22
install_requires =
23
+ chardet
24
gsw >=3.3.0
25
matplotlib
26
numpy
- pandas-flavor >=0.1.2
27
pandas >=0.24.0
28
+ pandas-flavor >=0.1.2
29
scipy
30
python_requires = >=3.6
31
packages = find:
0 commit comments