scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

add REQUIRE file #8

Closed rdeits closed 7 years ago

rdeits commented 7 years ago

(this is needed for the Julia package manager, see: https://docs.julialang.org/en/stable/manual/packages/#REQUIRE-speaks-for-itself-1 )

I've run the unit tests for your package on Julia v0.5.2 and v0.6, so I think that a minimum version of 0.5 is appropriate.

tkelman commented 7 years ago

needs to also list Combinatorics in order for import Combinatorics to work