Skip to content

Commit fa1a04c

Browse files
committed
update environment configuration for ship_parcelsv4 and specify parcels dependency from parcels-v4 branch on github
1 parent 8c08b45 commit fa1a04c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

environment.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: ship
1+
name: ship_parcelsv4 #TODO: revert back to 'ship' before proper release...
22
channels:
33
- conda-forge
4+
- https://repo.prefix.dev/parcels
45
dependencies:
56
- click
6-
- parcels >3.1.0
7+
- parcels =4.0.0alpha0
78
- pyproj >= 3, < 4
89
- sortedcontainers == 2.4.0
910
- opensimplex == 0.4.5
@@ -15,6 +16,8 @@ dependencies:
1516
- openpyxl
1617
- yaspin
1718
- textual
19+
# - pip:
20+
# - git+https://github.com/OceanParcels/parcels.git@v4-dev
1821

1922
# linting
2023
- pre-commit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"click",
29-
"parcels >3.1.0",
29+
"parcels @ git+https://github.com/OceanParcels/parcels.git@v4-dev",
3030
"pyproj >= 3, < 4",
3131
"sortedcontainers == 2.4.0",
3232
"opensimplex == 0.4.5",

0 commit comments

Comments
 (0)