27 lines
500 B
YAML
27 lines
500 B
YAML
# Environment used by Maël for simulating optical setup, based on the PyOptica library.
|
|
# Previous environment name: "petra3" (don't ask me why)
|
|
# Should be ready to be tested.
|
|
|
|
name: optical_simulations
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7.12
|
|
- ipython
|
|
- numpy
|
|
- pandas
|
|
- joblib
|
|
- lmfit
|
|
- scipy
|
|
- scikit-image
|
|
- matplotlib
|
|
- ipympl
|
|
- tqdm
|
|
- pip
|
|
# for execution and kernel discovery within jupyter
|
|
- ipykernel
|
|
- pip:
|
|
# optical simulation
|
|
- pyoptica
|
|
|