Skip to content

Commit

Permalink
NF: removed dependencies on req
Browse files Browse the repository at this point in the history
  • Loading branch information
robbisg committed Jul 26, 2024
1 parent 1093936 commit aa466d5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
36 changes: 36 additions & 0 deletions development.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: sekupy
dependencies:
- python=3.9
- pip
- numpy
- nomkl
- python-blosc
- cytoolz
- scipy
- matplotlib
- cython
- tk
- pip:
- mne
- jupyter
- seaborn
- nibabel
- nitime
- imbalanced-learn
- pandas
- bokeh
- dask
- dask-jobqueue
- dask-kubernetes
- distributed
- joblib
- nilearn
- pybids
- scikit-learn
- nistats
- hmmlearn
- statsmodels
- h5py
- pybids
- pytest
- mne-hcp
1 change: 0 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- hmmlearn
- statsmodels
- h5py
- pymvpa2
- pybids
- pytest
- mne-hcp
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scipy==1.10.0
numpy>=1.18.5
scipy
numpy
matplotlib
pandas
seaborn
Expand All @@ -21,7 +21,7 @@ xlrd
nistats
coverage
codecov
pytest>=3.6.0
pytest
pytest-cov
tqdm
h5py
Expand Down

0 comments on commit aa466d5

Please sign in to comment.