From 00ea72c8b0ac4b2eaddbda7d2f34040bc496582c Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 11 Oct 2021 13:07:58 +0200 Subject: Add brief conda build instructions for win64 --- python/conda/astra-toolbox/win64_build_config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/conda/astra-toolbox/win64_build_config.yaml (limited to 'python/conda/astra-toolbox') 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 -- cgit v1.2.3