Skip to content

Commit

Permalink
Replace build for python-build in environment.yml (#431)
Browse files Browse the repository at this point in the history
The `build` package in `conda-forge` is outdated, `python-build` should
be used instead.
  • Loading branch information
santisoler committed Sep 5, 2024
1 parent 8380e04 commit f2c634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- python-xxhash>=1.4.3 # in conda-forge python-xxhash is the python pkg
- xxhash # this is the xxHash library in conda-forge
# Build
- build
- python-build
# Test
- pytest
- pytest-cov
Expand Down

0 comments on commit f2c634e

Please sign in to comment.