Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Launch Parcels Tutorials on mybinder.org

[![Launch Parcels Examples in Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/willirath/parcels_examples_binder/master)
[![Launch Parcels Examples in Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/willirath/parcels_examples_binder/master?urlpath=lab/tree/parcels_examples/parcels_tutorial.ipynb)
3 changes: 2 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ channels:
dependencies:
- python=3
- cartopy
- ffmpeg
- openblas
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why are you depending on openblas?
Maybe we should remove this in the OceanParcels fork

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to enforce numpy et al from the conda-forge channel. Otherwise there may be cases where numpy from defaults is considered newer. This sometimes mixes up envs.

- parcels=2.0.0beta2
- parcels=2.0.0