summaryrefslogtreecommitdiffstats
path: root/python/conda/astra-toolbox
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-11 13:07:58 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-11 13:20:33 +0200
commit00ea72c8b0ac4b2eaddbda7d2f34040bc496582c (patch)
treeb144ba2ceccd7289e7c0ecc3828f259dd891f41a /python/conda/astra-toolbox
parent4a0b1791c4f840f4689790f8707d751d65176138 (diff)
downloadastra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.gz
astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.bz2
astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.xz
astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.zip
Add brief conda build instructions for win64
Diffstat (limited to 'python/conda/astra-toolbox')
-rw-r--r--python/conda/astra-toolbox/win64_build_config.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/conda/astra-toolbox/win64_build_config.yaml b/python/conda/astra-toolbox/win64_build_config.yaml
new file mode 100644
index 0000000..36ca0ce
--- /dev/null
+++ b/python/conda/astra-toolbox/win64_build_config.yaml
@@ -0,0 +1,11 @@
+python:
+ - 3.7
+ - 3.8
+ - 3.9
+numpy:
+ - 1.11
+ - 1.11
+ - 1.16
+zip_keys:
+ - python
+ - numpy \ No newline at end of file