Skip to content

Commit

Permalink
bump minimum PDL to 2.083 as tricpy needs ArgOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 23, 2024
1 parent 555f929 commit 0f0120e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- bump minimum PDL to 2.083 as tricpy needs ArgOrder

0.38 2024-02-24
- tricpy now supports native-complex types
- tricpy now defaults to upper - thanks @jo-37
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ WriteMakefile(
x_IRC => 'irc://irc.perl.org/#pdl',
},
CONFIGURE_REQUIRES => {
"PDL" => '2.078',
"PDL" => '2.083',
"Devel::CheckLib" => 0,
"ExtUtils::F77" => '1.26',
},
PREREQ_PM => {
"PDL" => '2.078', # PDL::Complex method aliases
"PDL" => '2.083', # ArgOrder, used by tricpy
},
TEST_REQUIRES => {
"Test::More" => '0.88', # done_testing
Expand Down

0 comments on commit 0f0120e

Please sign in to comment.