Skip to content

Commit

Permalink
Merge pull request #556 from maresb/fix-pytensor-numpy-error
Browse files Browse the repository at this point in the history
Prevent Numpy v1.26 with previous PyTensor builds
  • Loading branch information
beckermr authored Sep 20, 2023
2 parents 697adb2 + 36a4261 commit 95700e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/pytensor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
if:
name: pytensor-base
version_le: 2.16.1
timestamp_lt: 1695061975000
has_depends: numpy*
then:
- tighten_depends:
name: numpy
upper_bound: '1.26'

0 comments on commit 95700e6

Please sign in to comment.