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.
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.