-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change REQUIRES file to Project.toml #7
Comments
Ah, I seem to have been looking in the wrong place for why this was happening: ["0.5.1-0"]
RecipesBase = "0.0.0 - 0.8" Unfortunately, this also means that v0.5 is installed over v0.5.2. Separately from changing the |
I have not had time to work on this package lately, I will see what I can do. |
If you could that would be grand, the problem seems to be that a lot of major libraries have moved on with their dependencies, so trying to install this package causes version conflicts during dependency resolution. I was able to get it to manually install by hand-editing the So, if you might be able to just upgrade the dependency versions (IIRC I actually ended up needing to change more than just |
Hi, I'm interested in using this package but have issues installing it which I believe are related to the use of the REQUIRES file, which has been deprecated for the three years now.
Symbolics and Meshes both require
RecipesBase
version 1.0-1.1. ElasticFDA's REQUIRES seems to imply a v0.4-0.8 restriction for some reasonI think changing out the
REQUIRES
for aProject.toml
would be quite nice, both for me installing this package, for long-term stability, and future compatibility with Julia's Pkg.If it's of any help I've been able to find a discussion on Julia's discourse about this: https://discourse.julialang.org/t/convert-require-to-project-toml-and-manifest-toml/17775
The text was updated successfully, but these errors were encountered: