20 lines
459 B
YAML
20 lines
459 B
YAML
# Environment used by Maël for ptychographic reconstructions. Requires a package from a private git repo (cdtools)
|
|
# Previous environment name: *cdtools*
|
|
# Work in progress
|
|
|
|
name: ptychography
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python
|
|
- ipython
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- ipympl
|
|
# for execution and kernel discovery within jupyter
|
|
- ipykernel
|
|
# DAQ
|
|
- paulscherrerinstitute::bsread
|
|
# maybe useful for some special application:
|
|
|