Skip to content

Commit

Permalink
hotfix - try fixing issue: Environment setup errors ramanathanlab#108
Browse files Browse the repository at this point in the history
…(1. used the latest version of h5py 3.11.0, (2. skiped python 3.12, or faced compile issue like compile issue ronaldoussoren/pyobjc#519)
  • Loading branch information
k90262 committed Aug 21, 2024
1 parent f3d4c24 commit aed33b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aed33b2

Please sign in to comment.