Skip to content

Commit

Permalink
⬆️ Bump conda-lock from 1.4.0 to 2.0.0 (#15)
Browse files Browse the repository at this point in the history
* ⬆️ Bump conda-lock from 1.4.0 to 2.0.0

Bumps [conda-lock](https://github.com/conda/conda-lock) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/conda/conda-lock/releases)
- [Commits](conda/conda-lock@v1.4.0...v2.0.0)

* 📌 Change from matplotlib to matplotlib-base

Using the conda-forge matplotlib-base package instead of the PyPI matplotlib package.
  • Loading branch information
weiji14 committed Jun 1, 2023
1 parent 9e19af1 commit 4f2f232
Show file tree
Hide file tree
Showing 3 changed files with 2,415 additions and 2,001 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Finally, double-check that the libraries have been installed.
This is for those who want full reproducibility of the virtual environment.
Create a virtual environment with just Python and conda-lock installed first.

mamba create --name chabud python=3.11 conda-lock=1.4.0
mamba create --name chabud python=3.11 conda-lock=2.0.0
mamba activate chabud

Generate a unified [`conda-lock.yml`](https://github.com/conda/conda-lock) file
Expand Down
Loading

0 comments on commit 4f2f232

Please sign in to comment.