Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

past builds of fenics-ffc don't support numpy 2 #921

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading