Fable.Python
Fable.Python copied to clipboard
Relax FSharp.Core requirement
Using FSharp.Core ~> 4.7
means FSharp.Core >= 4.7.2 && FSharp.Core < 5.0.0
I don't believe Fable.Python needs this strict requirement, especially since F# 6.0 project already pull in FSharp.Core >= 6.0 so this PR relaxes this version requirement to make it just >= 4.7.2 which allows for wide compatibility with Fable projects
Noticed this from the dependencies of Fable.SimpleJson.Python