Skip to content

Commit 2012123

Browse files
Make py-triangle a tutorial dependency (#2581)
* Fix .gitignore * Make py-triangle a tutorial dep * Update PR template
1 parent 22dbf10 commit 2012123

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Description
2+
3+
### Checklist
4+
15
<!-- Feel free to remove check-list items aren't relevant to your change -->
26

37
- [ ] Closes #xxxx

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ output
1313
out-*
1414
*.pyc
1515
**/*.zarr/*
16-
.DS_store
16+
.DS_Store
1717

1818
.vscode
1919
.env

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ xgcm = { git = "https://github.com/xgcm/xgcm", rev = "master" } # TODO: Switch t
3232
cf_xarray = ">=0.8.6"
3333
cftime = ">=1.6.3"
3434
pooch = ">=1.8.0"
35-
py-triangle = ">=20250106,<20250107"
3635

3736
[dependencies]
3837
parcels = { path = "." }
@@ -83,6 +82,7 @@ jupyter = "*"
8382
trajan = "*"
8483
matplotlib-base = ">=2.0.2"
8584
gsw = "*"
85+
py-triangle = "*"
8686

8787
[feature.devtools.dependencies]
8888
pdbpp = "*"

0 commit comments

Comments
 (0)