Skip to content

Commit

Permalink
setup.cfg formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Dec 2, 2024
1 parent a1dc586 commit c1a5e63
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,25 @@ include_package_data = true
python_requires = >= 3.9

install_requires =
numpy~=1.13
sqlalchemy>=1.4
# Test failures on 2.x
numpy ~= 1.13
sqlalchemy >= 1.4
# Seq stores data as bytes
biopython~=1.79
attrs>=20
biopython ~= 1.79
attrs >= 20
# Minimum for 3.12, also introduces potentially breaking changes
cattrs>=23.2
click>=7.0
h5py~=3.0
scipy~=1.7
typing-extensions>=4.0
cattrs >= 23.2
click >= 7.0
h5py ~= 3.0
scipy ~= 1.7
typing-extensions >= 4.0

tests_require =
pytest


[options.packages.find]
where=src
where = src


[options.entry_points]
Expand Down

0 comments on commit c1a5e63

Please sign in to comment.