Skip to content

Commit

Permalink
Correct mistake in basic usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Jun 13, 2024
1 parent e12b6e8 commit 606cacd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ and regenerate the lockfile
conda-lock -f environment.yml -p osx-64 -p linux-64
```

If there is an existing lockfile, it is used as constraint. That means
conda-lock will search for the latest version of pandas that is compatible
with the previous solution. This command overrides the lockfile.
Note that this updates existing packages.

0 comments on commit 606cacd

Please sign in to comment.