SymbolicRegression.jl now has a PACKAGE_VERSION constant – this should be used by PySR to verify that the correct version is being imported. In practice, this probably not needed since PySR is managing the installs, but a user might have SymbolicRegression.jl installed in their base env, which might get imported instead. better to verify the version explicitly.