50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
name: work
|
|
channels:
|
|
- cantera
|
|
- conda-forge
|
|
- nodefaults
|
|
- bioconda #required for nmrglue (on anaconda.org)
|
|
dependencies:
|
|
- python
|
|
- matplotlib
|
|
- numpy
|
|
- pandas
|
|
- pytables
|
|
- nptdms # for Labview TDMS files
|
|
- openpyxl # read/write excel files
|
|
- snappy # for now, fixes dependency error of pytables
|
|
- scipy
|
|
- scikit-learn
|
|
- spyder
|
|
- pillow
|
|
- notebook
|
|
- jupyterthemes
|
|
- jupyter_contrib_nbextensions
|
|
- jupyter_nbextensions_configurator
|
|
- nbconvert
|
|
- nbdime
|
|
- ipypublish
|
|
- jupyter-book>=0.12.1
|
|
- sqlalchemy~=1.3.12 # for jupyter-cache - try to update later...
|
|
# - pyppeteer
|
|
- cantera
|
|
- h5py
|
|
- cvxpy
|
|
- jupyterlab
|
|
- jupyterlab-git
|
|
- pip
|
|
- pip:
|
|
- impedance
|
|
- emd
|
|
- pyschedule
|
|
- pulp==2.0
|
|
- ProcessScheduler
|
|
- rise
|
|
- plotly
|
|
- tqdm #easy to use progress bar: tqdm(iterable)
|
|
- odfpy #open OpenDocument spread sheed files with pandas
|
|
- psycopg2 #PostgreSQL adapter
|
|
- nmrglue #working with NMR data in Python
|
|
- jupyter_pivottablejs
|
|
# - blaze #blaze -> python[version='2.7.*|3.5.*|3.6.*'] (Your python: python=3.7)
|
|
- ipykernel |