@@ -22,7 +22,7 @@ source:
2222
2323build :
2424 number : 0
25- skip : match(python, "<3.9 ") or ppc64le or osx
25+ skip : match(python, "<3.10 ") or ppc64le or osx
2626
2727outputs :
2828 - package :
@@ -129,8 +129,7 @@ outputs:
129129 - ${{ pin_compatible('cuda-nvvm-impl', lower_bound='x', upper_bound='x') }}
130130 - if : linux
131131 then : ${{ pin_compatible('libcufile', lower_bound='x', upper_bound='x') }}
132- # FIXME: error "following package is not part of the solution: libnvfatbin"
133- # - ${{ pin_compatible('libnvfatbin', lower_bound='x', upper_bound='x') }}
132+ - ${{ pin_compatible('libnvfatbin', lower_bound='x', upper_bound='x') }}
134133 - libnvjitlink >=13.0,<14.0a0
135134 ignore_run_exports :
136135 from_package :
@@ -149,9 +148,6 @@ outputs:
149148 # version with cuda.cudart.getLocalRuntimeVersion(). We ignored run-exports
150149 # of cuda-cudart-dev and instead allow a looser pinning here.
151150 - ${{ pin_compatible('cuda-cudart', lower_bound='x', upper_bound='x') }}
152- # Rattler-build views this as circular dependency
153- # TODO: should this be removed outright
154- # - ${{ pin_subpackage('cuda-python', upper_bound='x.x') }}
155151 tests :
156152 - script :
157153 - if : linux
0 commit comments