name: <environment-name>
channels:
- conda-forge
dependencies:
- python=3.10
- ipython
- ipykernel
- ipywidgets
- matplotlib
- numpy
- pandas
- plotly::plotly
- pip:
- keyring
- artifacts-keyring
- --extra-index-url https://<ORGANIZATION NAME>.pkgs.visualstudio.com/<PROJECT NAME>/_packaging/<FEED NAME>/pypi/simple
conda env create -f environment.yml
If any additional packages have been added to the file, then update using
conda env update -f environment.yml --prune