You are on page 1of 1

name: py36_knime # Name of the created environment

channels: # Repositories to search for packages


- defaults
- anaconda
- conda-forge
dependencies: # List of packages that should be installed
- python=3.6 # Python
- py4j # uesd for KNIME <-> Python communication
- nomkl # Prevents the use of Intel's MKL
- pandas # Table data structures
- jedi # Python script autocompletion
- python-dateutil # Date and Time utilities
- numpy # N-dimensional arrays
- cairo # SVG support
- pillow # Image inputs/outputs
- matplotlib # Plotting
- pyarrow>=5.0.0 # Arrow serialization
- ipython # Notebook support
- nbformat # Notebook support
- scipy # Notebook support
- jpype1 # Databases
- h5py<3.0 # must be < 3.0 because they changed whether str or byte is returned
- libiconv # MDF Reader node
- asammdf=5.19.14 # MDF Reader node

You might also like