2022-09-19 11:31:29 +00:00
|
|
|
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
|
2022-09-19 11:49:39 +00:00
|
|
|
# - jupyterthemes #not JupyterLab compatible
|
|
|
|
# - jupyter_contrib_nbextensions #not JupyterLab compatible
|
|
|
|
# - jupyter_nbextensions_configurator #not JupyterLab compatible
|
2022-09-19 11:31:29 +00:00
|
|
|
- nbconvert
|
2022-09-19 11:49:39 +00:00
|
|
|
# - nbdime #allredy supported by git extention for jupyterlab
|
2022-09-19 11:31:29 +00:00
|
|
|
- ipypublish
|
|
|
|
- jupyter-book>=0.12.1
|
|
|
|
- sqlalchemy~=1.3.12 # for jupyter-cache - try to update later...
|
|
|
|
# - pyppeteer
|
|
|
|
- cantera
|
|
|
|
- h5py
|
|
|
|
- cvxpy
|
2022-09-19 11:49:39 +00:00
|
|
|
# - jupyterlab
|
|
|
|
# - jupyterlab-git
|
2022-09-19 11:31:29 +00:00
|
|
|
- pip
|
|
|
|
- pip:
|
|
|
|
- impedance
|
|
|
|
- emd
|
|
|
|
- pyschedule
|
|
|
|
- pulp==2.0
|
|
|
|
- ProcessScheduler
|
2022-09-19 11:49:39 +00:00
|
|
|
# - rise #not JupyterLab compatible
|
2022-09-19 11:31:29 +00:00
|
|
|
- plotly
|
2022-09-19 11:49:39 +00:00
|
|
|
- jupyter_pivottablejs
|
|
|
|
# - blaze #blaze -> python[version='2.7.*|3.5.*|3.6.*'] (Your python: python=3.7)
|
|
|
|
- tqdm #easy to use progress bar -> tqdm(iterable)
|
2022-09-19 11:31:29 +00:00
|
|
|
- odfpy #open OpenDocument spread sheed files with pandas
|
|
|
|
- psycopg2 #PostgreSQL adapter
|
|
|
|
- nmrglue #working with NMR data in Python
|
2022-09-19 11:49:39 +00:00
|
|
|
- ipykernel
|
2022-11-14 13:50:18 +00:00
|
|
|
- tabulate
|
|
|
|
- sympy
|