1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
name: dioptas
version: 0.4.1.post1
channels:
- http://repo.continuum.io/pkgs/main
- http://repo.continuum.io/pkgs/free
- http://repo.continuum.io/pkgs/msys2 [win]
- https://conda.anaconda.org/cprescher/
specs:
- python
- conda
- anaconda
- setuptools
- pip
- console_shortcut # [win]
- python.app # [osx]
- numpy
- scipy
- pyqt
- pyqtgraph
- qtpy
- libgfortran # [linux64 or osx]
- h5py
- matplotlib
- pillow
- pywin32 # [win64 or win32]
- yaml
- pyyaml
- requests
- scikit-image
- pycifrw
- fabio>=0.6.0
- pyfai>=0.15.0
- lmfit
- dioptas
## someday, hopefully!
## installer_type: pkg # [osx]
post_install: post_install_unix.sh # [linux64 or osx]
post_install: post_install_windows.bat # [win]
license_file: ../license.txt
welcome_image: ../dioptas/resources/icons/icon.png # [win]
|