File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- name : ship
1+ name : ship_parcelsv4 # TODO: revert back to ' ship' before proper release...
22channels :
33 - conda-forge
4+ - https://repo.prefix.dev/parcels
45dependencies :
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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626]
2727dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments