Skip to content

Commit

Permalink
past builds of fenics-ffc don't support numpy 2
Browse files Browse the repository at this point in the history
patch has been applied for build 40
  • Loading branch information
minrk committed Dec 5, 2024
1 parent 2f98b1b commit 711d3d3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipe/patch_yaml/ffc-numpy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# fenics-ffc up to 2019.1.0 doesn't support numpy 2
# but has unbounded numpy dependency
# conda-forge only has version 2019.1.0 of this package
# a patch was backported in 2019.1.0 build 40
if:
name: fenics-ffc
version: "2019.1.0"
build_number_lt: 40
timestamp_lt: 1733402352000
then:
- tighten_depends:
# don't support numpy 2
name: numpy
upper_bound: 2.0.0

0 comments on commit 711d3d3

Please sign in to comment.