From eb1afbb4aec0f7624a71224f2e27adfef5dad9ac Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 19 Oct 2018 13:38:47 -0700 Subject: [PATCH] move SpecialFunctions dependency to test REQUIRE --- REQUIRE | 1 - test/REQUIRE | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/REQUIRE diff --git a/REQUIRE b/REQUIRE index a92ba39..c148664 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,3 @@ julia 0.6 BinaryProvider 0.3.0 Compat 0.9.1 -SpecialFunctions 0.6.0 diff --git a/test/REQUIRE b/test/REQUIRE new file mode 100644 index 0000000..68298f3 --- /dev/null +++ b/test/REQUIRE @@ -0,0 +1 @@ +SpecialFunctions 0.6.0