We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88e2df commit be66030Copy full SHA for be66030
4 files changed
conda-recipe/bld.bat
conda-recipe/conda_build_config.yaml
@@ -24,6 +24,10 @@ zip_keys:
24
libobjcryst:
25
- 2022.1
26
27
+c_compiler: # [win]
28
+- vs2019 # [win]
29
+cxx_compiler: # [win]
30
31
32
pin_run_as_build:
33
boost: x.x
conda-recipe/meta.yaml
@@ -25,8 +25,8 @@ requirements:
host:
- python
- pip
- - numpy
- - libobjcryst 2022.1.1
+ - numpy {{ numpy }}
+ - libobjcryst 2022.1.2
- boost {{ boost }}
run:
setup.py
@@ -20,7 +20,7 @@
20
21
# Use this version when git data are not available as in a git zip archive.
22
# Update when tagging a new release.
23
-FALLBACK_VERSION = '2.2.2'
+FALLBACK_VERSION = '2.2.3'
# define extension arguments here
ext_kws = {
0 commit comments