From aed33b2e1492987290559e2f2f7962e0d50aff68 Mon Sep 17 00:00:00 2001 From: Bill Ho Date: Wed, 21 Aug 2024 13:24:39 +0800 Subject: [PATCH] hotfix - try fixing issue: Environment setup errors #108 (1. used the latest version of h5py 3.11.0, (2. skiped python 3.12, or faced compile issue like compile issue https://github.com/ronaldoussoren/pyobjc/issues/519) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3e07f1f..4ec650b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,9 +29,9 @@ install_requires = natsort Jinja2 transformers @ git+https://github.com/maxzvyagin/transformers - h5py==3.7.0 + h5py==3.11.0 lightning-transformers==0.2.1 -python_requires = >=3.6 +python_requires = >=3.6,!=3.12.* [options.package_data] genslm = *.json, *.sh, *.j2