Skip to content

Commit 707e173

Browse files
committed
fix dependencies
1 parent d9b20f6 commit 707e173

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)