ulthiel / JuLie.jl

Mathematically sound structures and fast algorithms for things around representation theory, especially algebraic Lie theory and accompanying combinatorics.
GNU General Public License v3.0
6 stars 7 forks source link

Delete Manifest.toml #5

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

In general, it is not recommend to add Manifest.toml to a package repository. It either leads to spurious diffs or restricts users to specific versions of dependencies.

Instead, I'd add it to .gitignore.

ulthiel commented 3 years ago

Okay, cheers! How's this with the dependencies then? Oh, they are in Project.toml under [deps] I see now!