Skip to content

Commit c1a5e63

Browse files
committed
setup.cfg formatting
1 parent a1dc586 commit c1a5e63

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

setup.cfg

+11-10
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,25 @@ include_package_data = true
1818
python_requires = >= 3.9
1919

2020
install_requires =
21-
numpy~=1.13
22-
sqlalchemy>=1.4
21+
# Test failures on 2.x
22+
numpy ~= 1.13
23+
sqlalchemy >= 1.4
2324
# Seq stores data as bytes
24-
biopython~=1.79
25-
attrs>=20
25+
biopython ~= 1.79
26+
attrs >= 20
2627
# Minimum for 3.12, also introduces potentially breaking changes
27-
cattrs>=23.2
28-
click>=7.0
29-
h5py~=3.0
30-
scipy~=1.7
31-
typing-extensions>=4.0
28+
cattrs >= 23.2
29+
click >= 7.0
30+
h5py ~= 3.0
31+
scipy ~= 1.7
32+
typing-extensions >= 4.0
3233

3334
tests_require =
3435
pytest
3536

3637

3738
[options.packages.find]
38-
where=src
39+
where = src
3940

4041

4142
[options.entry_points]

0 commit comments

Comments
 (0)