FluxML / MacroTools.jl

MacroTools provides a library of tools for working with Julia code and expressions.
https://fluxml.ai/MacroTools.jl/stable/
Other
311 stars 79 forks source link

Delete REQUIRE file #119

Closed DilumAluthge closed 5 years ago

DilumAluthge commented 5 years ago

Since we have Project.toml and Manifest.toml files, we no longer need the REQUIRE file.

This pull request deletes the REQUIRE file.

MikeInnes commented 5 years ago

:+1: Thanks!