Skip to content

Commit

Permalink
Python: Add requirements.txt
Browse files Browse the repository at this point in the history
Add requirements files for python
  • Loading branch information
ax3l committed Feb 6, 2018
1 parent f94c8db commit 2671526
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/picongpu/input/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
4 changes: 4 additions & 0 deletions lib/python/picongpu/plugins/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
pandas>=0.21.0
h5py
matplotlib
3 changes: 3 additions & 0 deletions lib/python/picongpu/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r input/requirements.txt
-r plugins/requirements.txt
-r utils/requirements.txt
1 change: 1 addition & 0 deletions lib/python/picongpu/utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r lib/python/picongpu/requirements.txt

0 comments on commit 2671526

Please sign in to comment.