Skip to content

Commit acca7dd

Browse files
authored
Update meta.yaml
1 parent 15e76de commit acca7dd

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

Diff for: recipe/meta.yaml

+13-24
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,30 @@ build:
3131
number: 0
3232
skip: true # [win]
3333

34+
requirements:
3435
requirements:
3536
build:
36-
- {{ compiler('cxx') }} # [linux]
37-
- libgcc-ng # [linux]
38-
- libstdcxx-ng # [linux]
37+
- {{ compiler('cxx') }}
38+
- {{ stdlib("c") }}
3939
- cmake >=3.14
40-
- pip
4140
- make
4241
- 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+
4945
host:
50-
- libgcc-ng # [linux]
51-
- libstdcxx-ng # [linux]
52-
- fmt ==9.1.0 # [osx]
53-
- libcxx # [osx]
5446
- python
47+
- setuptools
48+
- cpp-filesystem
5549
- pip
56-
- cspice
5750
- cereal
58-
- spdlog
51+
- highfive
52+
- cspice
5953
run:
60-
- libgcc-ng # [linux]
61-
- libstdcxx-ng # [linux]
62-
- fmt ==9.1.0 # [osx]
63-
- libcxx # [osx]
64-
- python
6554
- cspice
66-
- cereal
67-
- highfive
68-
- spdlog
55+
- hdf5
56+
- libcurl
57+
- python
6958
- uvicorn
7059

7160
test:

0 commit comments

Comments
 (0)