Skip to content

Commit 4c75594

Browse files
committed
Add packages to run-dependencies section
This is the proper way of doing it: Parcels-code/Parcels#2344
1 parent b5b5ab4 commit 4c75594

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ jobs:
133133
run: |
134134
python -m pip install pytest-github-actions-annotate-failures
135135
136-
- name: Install xarray
137-
run: |
138-
python -m pip install --no-deps -e .
139-
140136
- name: Version info
141137
run: |
142138
python xarray/util/print_versions.py

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ backend = { name = "pixi-build-python", version = "==0.3.2" }
105105
setuptools = "*"
106106
setuptools_scm = "*"
107107

108-
[dependencies]
108+
[package.run-dependencies]
109109
python = "*"
110110
numpy = "*"
111111
pandas = "*"
112112

113113
packaging = "24.1.*" #? Can be removed?
114114
git = "*" # needed for dynamic versioning
115115

116-
[pypi-dependencies]
117-
xarray = { path = ".", editable = true }
116+
[dependencies]
117+
xarray = { path = "." }
118118

119119
[target.linux-64.dependencies]
120120
pydap-server = "*"

0 commit comments

Comments
 (0)