Skip to content
Snippets Groups Projects
Commit e265df1e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: on conda-forge, "boost" is not boost - "boost-cpp" is boost, and I have to

pin against an older version to ensure ABI compatibility
parent 20038376
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,16 @@ build: ...@@ -25,8 +25,16 @@ build:
requirements: requirements:
run: run:
- python 3.7.*
- tk 8.6.* - tk 8.6.*
- openblas 0.3.* - openblas 0.3.*
- zlib >=1.2.* - zlib >=1.2.*
- boost >=1.58 # newer versions of boost on conda-forge are
\ No newline at end of file # built with newer CXX11 abi compatibility,
# and thus are not compatible with other
# conda-forge packages.
- boost-cpp 1.67
- python 3.7.*
- numpy 1.18.5
- scipy 1.4.1
- nibabel 2.5.1
- fslpy 3.2.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment