What's Changed
* Change pyproject.toml for MacOS by Goosang-Yu in https://github.com/Goosang-Yu/genet/pull/93
Installation for M1/M2 Apple silicon is now supported!
The issue reported by francoiskroll (92) is now solved.
During GenET installation using pip, it will install tensowflow depending on OS platform.
dependencies = [
'pandas',
'regex',
'biopython',
'torch',
'tensorflow < 2.10.0 ; platform_system != "Darwin"',
'tensorflow-macos < 2.10.0 ; platform_system == "Darwin"',
'protobuf <= 3.20.3',
'silence_tensorflow',
'pyarrow',
'fastparquet',
'tqdm',
'editdistance',
'viennarna',
]
**Full Changelog**: https://github.com/Goosang-Yu/genet/compare/0.15.0...0.15.1