Skip to content

Commit

Permalink
Moving GSW as an optional.
Browse files Browse the repository at this point in the history
Allowing to install CoTeDe without Gibbs SeaWater package.
  • Loading branch information
castelao committed May 28, 2017
1 parent f923657 commit b3e6260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,4 @@ numpy>=1.11.1
seabird>=0.6.3
scipy>=0.18.0
oceansdb>=0.7.3
gsw>=3.0.6
supportdata>=0.0.7
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -57,4 +57,7 @@
zip_safe=False,
platforms=['any'],
scripts=["bin/ctdqc"],
extras_require = {
'GSW': ["gsw>=3.0.6"]
}
)

0 comments on commit b3e6260

Please sign in to comment.