diff options
author | Suren A. Chilingaryan <csa@ipecompute2.ands.kit.edu> | 2020-03-09 03:37:34 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@ipecompute2.ands.kit.edu> | 2020-03-09 03:37:34 +0100 |
commit | 8fb3c0a3f96024786305a1234fe5cfb70e6f00c0 (patch) | |
tree | dc313b424aab723f8a9b17865cdcf0904eb501d0 /build/pre-setup | |
download | ccpi-8fb3c0a3f96024786305a1234fe5cfb70e6f00c0.tar.gz ccpi-8fb3c0a3f96024786305a1234fe5cfb70e6f00c0.tar.bz2 ccpi-8fb3c0a3f96024786305a1234fe5cfb70e6f00c0.tar.xz ccpi-8fb3c0a3f96024786305a1234fe5cfb70e6f00c0.zip |
Initial release
Diffstat (limited to 'build/pre-setup')
-rw-r--r-- | build/pre-setup/requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/pre-setup/requirements.txt b/build/pre-setup/requirements.txt new file mode 100644 index 0000000..87e3dca --- /dev/null +++ b/build/pre-setup/requirements.txt @@ -0,0 +1,6 @@ +setuptools +numpy +scipy +matplotlib +h5py +pillow |