-
Notifications
You must be signed in to change notification settings - Fork 6
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
Undeclared dependency for Pkg3 on 0.7 #62
Comments
The short when I sumbitted to JOSS I was looking at tagged release for julia 0.6. I believe master works with julia 0.7, Once #60 is done I will be more confidant that it will fully support julia 0.7 and julia 1.0. |
My bad, do you want me to proceed with an 0.6 review of 0.4.0? |
Up to you. And all the tests will be updated to match the fact that some upstream repos have taken files down etc. |
Thanks, will proceed with 0.7 then as I expect that is where most of your users will be now that 0.6 is actively discouraged. |
Closed in #60. Julia 0.7 compat version is waiting to merge |
On 0.7 and installed using Pkg3,
using DataDepsGenerators
fails withERROR: LoadError: ArgumentError: Package DataDepsGenerators does not have Missings in its dependencies
. This is currently blocking JOSS review.The text was updated successfully, but these errors were encountered: