Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
bf7af276
Commit
bf7af276
authored
Nov 17, 2017
by
Unknown
Browse files
Reformat requirements
parent
d8e10f50
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bf7af276
...
...
@@ -10,13 +10,23 @@ with open(os.path.join(here, 'README.rst')) as f:
long_description
=
f
.
read
()
if
on_rtd
:
requirements
=
[
'psutil'
,
'xlrd>=1.0.0'
]
requirements
=
[
'psutil'
,
'xlrd>=1.0.0'
]
else
:
requirements
=
[
'numpy_groupies>=0.9.6'
,
'pyqtgraph>=0.10'
,
'h5py>=2.6.0'
,
'igor'
,
'matplotlib>=2.0.0'
,
'scikit-learn>=0.17.1'
,
'xlrd>=1.0.0'
,
'joblib>=0.11'
,
'psutil'
,
'scikit-image>=0.12.3'
,
'scipy>=0.17.1'
,
'numpy>=1.11.0'
,
'ipywidgets>=5.2.2'
,
'ipython>=5.1.0'
]
requirements
=
[
'numpy_groupies>=0.9.6'
,
'pyqtgraph>=0.10'
,
'h5py>=2.6.0'
,
'igor'
,
'matplotlib>=2.0.0'
,
'scikit-learn>=0.17.1'
,
'xlrd>=1.0.0'
,
'joblib>=0.11'
,
'psutil'
,
'scikit-image>=0.12.3'
,
'scipy>=0.17.1'
,
'numpy>=1.11.0'
,
'ipywidgets>=5.2.2'
,
'ipython>=5.1.0'
]
setup
(
name
=
'pycroscopy'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment