Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Description

### Checklist

<!-- Feel free to remove check-list items aren't relevant to your change -->

- [ ] Closes #xxxx
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ output
out-*
*.pyc
**/*.zarr/*
.DS_store
.DS_Store

.vscode
.env
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ xgcm = { git = "https://github.com/xgcm/xgcm", rev = "master" } # TODO: Switch t
cf_xarray = ">=0.8.6"
cftime = ">=1.6.3"
pooch = ">=1.8.0"
py-triangle = ">=20250106,<20250107"

[dependencies]
parcels = { path = "." }
Expand Down Expand Up @@ -83,6 +82,7 @@ jupyter = "*"
trajan = "*"
matplotlib-base = ">=2.0.2"
gsw = "*"
py-triangle = "*"

[feature.devtools.dependencies]
pdbpp = "*"
Expand Down
Loading