Skip to content

Commit

Permalink
Missing xarray for binder's environment
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Mar 5, 2020
1 parent 77a9064 commit 9fcea5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/TSG_Saildrone.ipynb
Expand Up @@ -47,7 +47,7 @@
"outputs": [],
"source": [
"import xarray as xr\n",
"from cotede import ProfileQC"
"from cotede.qc import ProfileQC"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Expand Up @@ -6,7 +6,8 @@ dependencies:
- netcdf4
- scipy
- matplotlib
- xarray
- pip
- pip:
- oceansdb
- cotede>=0.20.3
- cotede>=0.21

0 comments on commit 9fcea5b

Please sign in to comment.