Skip to content

Commit 7a00c0f

Browse files
committed
Add missing package
1 parent 98ae753 commit 7a00c0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ dfn2lark = "flopy4.mf6.codec.reader.dfn2lark:main"
119119

120120
[tool.pixi.workspace]
121121
channels = ["conda-forge"]
122-
platforms = ["win-64", "linux-64", "osx-64"]
123122
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
124123

125124
[tool.pixi.pypi-dependencies]
@@ -140,6 +139,9 @@ test312 = { features = ["py312", "test"], solve-group = "py312" }
140139
test313 = { features = ["py313", "test"], solve-group = "py313" }
141140
dev = { features = ["py311", "test", "lint", "build"], solve-group = "py311" }
142141

142+
[tool.pixi.dependencies]
143+
proj = ">=9.7.0,<10"
144+
143145
[tool.pixi.feature.build.tasks]
144146
build = { cmd = "python -m build" }
145147

0 commit comments

Comments
 (0)