-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update docs about installing Julia #290
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #290 +/- ##
===========================================
+ Coverage 80.03% 80.32% +0.28%
===========================================
Files 57 57
Lines 4858 4858
===========================================
+ Hits 3888 3902 +14
+ Misses 970 956 -14
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…ckage when using PyJulia
…tions for package instantiations in workflows
…tard into update_docs_julia
…o update_docs_julia
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
…t a line that wasn't changed?)
Context: Julia dependencies (added in order to stabilize the recurrence relation: #274)
Description of the Change: Added Manifest.toml and Project.toml which specify the julia version and dependencies. Updated the README and development guide to instruct the user to install julia and to instantiate the toml files. This means PyJulia now runs in the environment defined by the toml files, rather than in Julia's base environment.
poetry install
orpip install
, the julia installation and environment instantiation need to be performed by the user.Benefits:
Possible Drawbacks:
Related GitHub Issues: