Skip to content

Commit

Permalink
Added the requirements script, with a set of standard libriries and t…
Browse files Browse the repository at this point in the history
…heir versions.
  • Loading branch information
faturita committed Jun 17, 2024
1 parent c842f92 commit f983bd8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions config/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
appdirs==1.4.3
apptools==4.4.0
bokeh==1.2.0
codespell==1.15.0
configobj==5.0.6
dipy==0.16.0
envisage==4.7.2
imageio==2.5.0
markdown==3.1.1
mayavi==4.7.0.dev0
mne==0.18.1
neo==0.7.1
nibabel==2.4.1
nilearn==0.5.2
panel==0.6.0
param==1.9.1
pyct==0.4.6
pydocstyle==3.0.0
pylsl==1.13.1
pysurfer==0.9.0
pytest-faulthandler==1.6.0
pytest-sugar==0.9.2
python-picard==0.4
pyvista==0.20.3
pyviz-comms==0.7.2
pyyaml==5.1.1
quantities==0.12.3
termcolor==1.1.0
vtk==8.1.2
Binary file modified images/signal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/smoothed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion numpies.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def fn(x):

x = np.random.rand(10000,10000).astype(dtype='float32')

%timeit -n5 fn(x)
# %timeit -n5 fn(x)


# %%
Expand Down
2 changes: 1 addition & 1 deletion thresholding.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# %%
import csv
import numpy as np

import matplotlib.pyplot as plt

results = []

Expand Down

0 comments on commit f983bd8

Please sign in to comment.