Skip to content

Commit 2dcf3db

Browse files
committed
Move build dependency to pip section
Because we are no longer using the anaconda default channel we need to obtain build from pypi.
1 parent 45cb752 commit 2dcf3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies:
2929
- pandas
3030
# Developer tools
3131
- assertpy
32-
- build
3332
- pytest
3433
- pytest-cov
3534
- ruff
@@ -38,4 +37,5 @@ dependencies:
3837
- pip
3938
- pip:
4039
- git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d
40+
- build
4141
- -e .

0 commit comments

Comments
 (0)