zenna / Omega.jl

Causal, Higher-Order, Probabilistic Programming
MIT License
164 stars 17 forks source link

Request to update dependencies on Reexport #206

Closed djinnome closed 1 year ago

djinnome commented 2 years ago

Hi folks,

Currently, Omega has a dependency on an old version of the Reexport package: https://github.com/zenna/Omega.jl/blob/cd9213010d666b72751dce242bb45036da989da1/Project.toml#L20

that does not work with recent versions of Julia, and thus Omega is currently incompatible with packages that require more recent versions of Reeexport, such as Catlab.jl:

https://github.com/AlgebraicJulia/Catlab.jl/issues/618#issuecomment-1100928513

Is Omega in a state that it could handle the upgrade?