Skip to content

Commit

Permalink
Move build dependency to pip section
Browse files Browse the repository at this point in the history
Because we are no longer using the anaconda default
channel we need to obtain build from pypi.
  • Loading branch information
elevans committed Aug 23, 2024
1 parent 45cb752 commit 2dcf3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies:
- pandas
# Developer tools
- assertpy
- build
- pytest
- pytest-cov
- ruff
Expand All @@ -38,4 +37,5 @@ dependencies:
- pip
- pip:
- git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d
- build
- -e .

0 comments on commit 2dcf3db

Please sign in to comment.