gpu_server_setup/work-environment.yml

51 lines
1.3 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 #not JupyterLab compatible
# - jupyter_contrib_nbextensions #not JupyterLab compatible
# - jupyter_nbextensions_configurator #not JupyterLab compatible
- nbconvert
# - nbdime #allredy supported by git extention for jupyterlab
- 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 #not JupyterLab compatible
- plotly
- 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)
- odfpy #open OpenDocument spread sheed files with pandas
- psycopg2 #PostgreSQL adapter
- nmrglue #working with NMR data in Python
- ipykernel
- tabulate