File tree 1 file changed +13
-24
lines changed
1 file changed +13
-24
lines changed Original file line number Diff line number Diff line change @@ -31,41 +31,30 @@ build:
31
31
number : 0
32
32
skip : true # [win]
33
33
34
+ requirements :
34
35
requirements :
35
36
build :
36
- - {{ compiler('cxx') }} # [linux]
37
- - libgcc-ng # [linux]
38
- - libstdcxx-ng # [linux]
37
+ - {{ compiler('cxx') }}
38
+ - {{ stdlib("c") }}
39
39
- cmake >=3.14
40
- - pip
41
40
- make
42
41
- swig
43
- - fmt ==9.1.0
44
- - cpp-filesystem
45
- - cspice
46
- - cereal
47
- - highfive
48
- - spdlog
42
+ - fmt >9,<10
43
+ - spdlog =1.12
44
+
49
45
host :
50
- - libgcc-ng # [linux]
51
- - libstdcxx-ng # [linux]
52
- - fmt ==9.1.0 # [osx]
53
- - libcxx # [osx]
54
46
- python
47
+ - setuptools
48
+ - cpp-filesystem
55
49
- pip
56
- - cspice
57
50
- cereal
58
- - spdlog
51
+ - highfive
52
+ - cspice
59
53
run :
60
- - libgcc-ng # [linux]
61
- - libstdcxx-ng # [linux]
62
- - fmt ==9.1.0 # [osx]
63
- - libcxx # [osx]
64
- - python
65
54
- cspice
66
- - cereal
67
- - highfive
68
- - spdlog
55
+ - hdf5
56
+ - libcurl
57
+ - python
69
58
- uvicorn
70
59
71
60
test :
You can’t perform that action at this time.
0 commit comments