Files
cristallina_envs/optical_simulations.yml
2025-09-03 16:22:55 +02:00

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