Skip to content

Instantly share code, notes, and snippets.

@Whamp
Created April 16, 2019 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whamp/569ed8318473d37da74d74bb8904aa1d to your computer and use it in GitHub Desktop.
Save Whamp/569ed8318473d37da74d74bb8904aa1d to your computer and use it in GitHub Desktop.
Conda Environment for Nupic
name: nupic
channels:
- anaconda
- conda-forge
dependencies:
- python = 2.7
- pip
- setuptools
- wheel
- numpy = 1.12.1
- clangdev
- jupyter
- jupyter_client
- jupyter_console
- jupyter_core
- ipykernel
- ipython
- ipython_genutils
- ipywidgets
- matplotlib
- pip:
- asteval==0.9.1
- coverage==3.7.1
- mock==1.0.1
- ordereddict==1.1
- psutil==1.0.1
- pytest==3.0.7
- pytest-cov==2.5.0
- pytest-xdist==1.16.0
- python-dateutil==2.1
- PyYAML==3.10
- unittest2==0.5.1
- validictory==0.9.1
- PyMySQL==0.6.2
- DBUtils==1.1
- pyproj==1.9.3
- prettytable==0.7.2
- ipywidgets
- nbconvert
# When updating nupic.bindings, also update any shared dependencies to keep
# versions in sync.
# - nupic.bindings = 1.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment