Revert "update conda env to force firtool version"

This reverts commit 8cc46793d0c79282261055126bef7e5d839c49c3.
This commit is contained in:
joey0320
2023-01-01 22:34:29 -08:00
parent d7f5ef0fcf
commit df71239943
3 changed files with 2 additions and 5475 deletions

View File

@@ -29,7 +29,6 @@ dependencies:
- binutils
- dromajo # from ucb-bar channel - https://github.com/riscv-boom/dromajo
- esp-tools # from ucb-bar channel - https://github.com/ucb-bar/esp-tools-feedstock
- firtool>=1.25 # from ucb-bar channel - https://github.com/ucb-bar/firtool-feedstock
# firemarshal deps

View File

@@ -7,5 +7,5 @@
# Install this environment as "YOURENV" with:
# conda-lock install -n YOURENV --file conda-requirements-riscv-tools-linux-64.conda-lock.yml
# To update a single package to the latest version compatible with the version constraints in the source:
# conda-lock lock --lockfile conda-requirements-riscv-tools-linux-64.conda-lock.yml --update PACKAGE
# conda-lock lock --lockfile conda-requirements-riscv-tools-linux-64.conda-lock.yml --update PACKAGE
# To re-solve the entire environment, e.g. after changing a version constraint in the source file: