You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pybdsf/meta.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ requirements:
17
17
- cmake >=3.18, <4
18
18
- python {{ python }}
19
19
- numpy {{ numpy }}
20
-
- ibboost-devel # For boost headers
20
+
- libboost-devel # For boost headers
21
21
- ninja
22
22
23
23
@@ -29,12 +29,12 @@ requirements:
29
29
- numpy {{ numpy }}
30
30
- setuptools >=65 # Use <60.0 to avoid setuptools compatibility issues with distutils. distutils is deprecated and it will be removed in Python 3.12., for older version of python it will remain present. this should be changed later for 3.12
0 commit comments