jwons / raas

MIT License
2 stars 0 forks source link

Julia Package versions #53

Open prakhariitd opened 3 years ago

prakhariitd commented 3 years ago

Julia package versioning has currently been decided based on Project and Manifest files. In some cases, the files specify a range of versions to choose from, and these version selections can cause issues for later package installs. The current version of the code gives priority to Project.toml file versions. The code may need to be modified to find the intersection of versions specified by both files and then choose the version, or versioning may need to be removed altogether.