File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ zip_keys:
24
24
libobjcryst :
25
25
- 2022.1
26
26
27
+ c_compiler : # [win]
28
+ - vs2019 # [win]
29
+ cxx_compiler : # [win]
30
+ - vs2019 # [win]
27
31
28
32
pin_run_as_build :
29
33
boost : x.x
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ requirements:
25
25
host :
26
26
- python
27
27
- pip
28
- - numpy
29
- - libobjcryst 2022.1.1
28
+ - numpy {{ numpy }}
29
+ - libobjcryst 2022.1.2
30
30
- boost {{ boost }}
31
31
32
32
run :
Original file line number Diff line number Diff line change 20
20
21
21
# Use this version when git data are not available as in a git zip archive.
22
22
# Update when tagging a new release.
23
- FALLBACK_VERSION = '2.2.2 '
23
+ FALLBACK_VERSION = '2.2.3 '
24
24
25
25
# define extension arguments here
26
26
ext_kws = {
You can’t perform that action at this time.
0 commit comments