Skip to content
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

chore: clean up Project.toml files #7

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

mancellin
Copy link
Collaborator

I tried to clean up the dependencies in the TOML files with the following objectives:

  • the main Project.toml is the bare minimum that user installing the library should have to use it. It does not come with a Manifest.toml file, since the user will use it in the environment they want.
  • the test/Project.toml lists the supplementary dependencies needed to run the tests.
  • the paper/Project.toml lists the supplementary dependencies to run the test cases of the paper directory. It comes with a Manifest.toml listing the exact versions of the libraries used to get these results. (I only checked a few of the scripts from this directory, feel free to update it if necessary.)

@KapilKhanal KapilKhanal merged commit 4774c41 into symbiotic-engineering:main Jan 22, 2025
1 check passed
@mancellin mancellin deleted the toml_files branch January 27, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants