Skip to content

Commit

Permalink
Merge pull request #3 from neutrons/avoid_conda_build_error
Browse files Browse the repository at this point in the history
add version cap for conda-build to avoid api error
  • Loading branch information
KedoKudo authored Feb 5, 2024
2 parents 7dd75ec + 3e1282a commit df49fa4
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 @@ -19,7 +19,7 @@ dependencies:
- pre-commit
# pacakge building:
- boa
- conda-build
- conda-build < 4 # conda-build 24.x has a bug, missing update_index from conda_build.index
- conda-verify
- python-build
# test: list all test dependencies here
Expand Down

0 comments on commit df49fa4

Please sign in to comment.