Skip to content

Instantly share code, notes, and snippets.

@clin045
Created May 28, 2020 20:15
Show Gist options
  • Save clin045/e81730ef13e6962d842b63310b211bca to your computer and use it in GitHub Desktop.
Save clin045/e81730ef13e6962d842b63310b211bca to your computer and use it in GitHub Desktop.
package:
name: nimlab
version: 0.1
source:
path: ../nimlab/
requirements:
build:
- setuptools
- python=3.7
- numpy=1.18.1
run:
- numpy=1.18.1
- python=3.7
- tqdm
- numba
- scipy
- termcolor
- scikit-learn
- pandas
- h5py
- python-pptx
- nilearn
- hdf5storage
- natsort
- matplotlib
- statsmodels
test:
imports:
- nimlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment