We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9afe7 commit 5f28ed2Copy full SHA for 5f28ed2
.github/workflows/cache-pixi-lock.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- sparse-checkout: pixi.toml
21
- name: Get current date
22
id: date
23
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
pixi.toml
@@ -40,6 +40,9 @@ cftime = ">=1.3.1"
40
scipy = ">=0.16.0" #? Not sure if we rely on scipy internally anymore...
41
pooch = "*"
42
43
+[pypi-dependencies]
44
+parcels = { path = ".", editable = true }
45
+
46
[feature.py311.dependencies]
47
python = "3.11.*"
48
0 commit comments