Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions requirements/conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numpy
fabio
pyface
scipy
traits
pyfai
matplotlib
5 changes: 5 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sphinx
sphinx_rtd_theme
sphinx-copybutton
doctr
m2r
9 changes: 6 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
numpy
traits
traitsui
chaco
pyface
scipy
traits
traitsui
fabio
pyfai
matplotlib
diffpy.srxplanar
configparser
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fabio, pyfai, etc should probably be here too

6 changes: 6 additions & 0 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
flake8
pytest
codecov
coverage
pytest-cov
pytest-env
Loading