8000 Move build dependency to conda-forge channel · scijava/scyjava@305d54f · GitHub
[go: up one dir, main page]

Skip to content

Commit 305d54f

Browse files
committed
Move build dependency to conda-forge channel
Because we can no longer use the default conda channel we have to source `build` from either pypi or the conda-forge channel. The `build` package is aliased as `python-build` on the conda-forge channel.
1 parent a0ae875 commit 305d54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies:
3030
- assertpy
3131
- pytest
3232
- pytest-cov
33+
- python-build
3334
- ruff
3435
- toml
3536
# Project from source
3637
- pip
3738
- pip:
3839
- git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d
39-
- build
4040
- -e .

0 commit comments

Comments
 (0)
0