We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c0d43 commit c1f2d18Copy full SHA for c1f2d18
environment.yml
@@ -0,0 +1,36 @@
1
+name: pysap
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - python=3.6
6
+ - scipy>=1.0.0
7
+ - numpy>=1.11.0
8
+ - matplotlib>=2.1.2
9
+ - future>=0.16.0
10
+ - astropy==2.0.4
11
+ - pyqtgraph>=0.10.0
12
+ - progressbar2>=3.34.3
13
+ - PySide>=1.2.2
14
+ - ipython
15
+ - ipywidgets
16
+ - cython
17
+ - jupyter
18
+ - notebook
19
+ - docutils
20
+ - pep8
21
+ - pytest
22
+ - pytest-cov
23
+ - readline
24
+ - setuptools
25
+ - sphinx
26
+ - sphinx_rtd_theme
27
+ - sphinx-automodapi
28
+ - sphinxcontrib
29
+ - sphinxcontrib-websupport
30
+ - wheel
31
+ - yaml
32
+ - zlib
33
+ - pip:
34
+ - pytest_runner
35
+ - nibabel
36
+ - modopt
0 commit comments