Files
cristallina_envs/flet.yml

24 lines
479 B
YAML

# the most up-to-date packages from conda-forge.
# Therefore this will follow upstream packages closer but also break from time to time.
name: flet
channels:
- paulscherrerinstitute
- conda-forge
- defaults
dependencies:
- python
- pip
- flet
- numpy
- scipy
- pandas
- numba
- matplotlib
- ipython
- black
- pytest
# Jupyterlab extensions
- nb_conda_kernels # for discovery of other kernels
# PSI specific modules
- sfdata