Skip to content

Commit dfebfaf

Browse files
feat: Add lockfile and locking script
* Move environment definition file to top level directory. * Add conda-lock lock script that uses Docker and conda-lock to build a conda-lock lock file and then move it to binder/environment.yml to serve as the conda config file for Binder. * Add built lock file.
1 parent 1e7bc77 commit dfebfaf

File tree

4 files changed

+3860
-39
lines changed

4 files changed

+3860
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Talk on pyhf new features at the PyHEP 2023 workshop
1010
### conda/mamba/micromamba
1111

1212
```
13-
micromamba env create --file binder/environment.yml
13+
micromamba env create --file environment.yml
1414
```
1515

1616
and then activate the environment

0 commit comments

Comments
 (0)