mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
189 stars 27 forks source link

Bump minimum Julia requirement to 1.6 #80

Closed mojaie closed 1 year ago

mojaie commented 1 year ago

After investigating the cause of frequent CI failures, I found that many appends!(collection, collections...) that are only available in Julia>=1.6 were already included in the code. I felt it was not worth to spend the effort to maintain such backward compatibility, so I plan to set the minimum requirement for Julia to version 1.6 or higher in the next MolecularGraph.jl release (maybe v0.12.0).

mojaie commented 1 year ago

And also Apple Silicon requires Julia >=1.6

mojaie commented 1 year ago

v0.12.0 is now available I think CI error issues are also solved.