Commit c1a5e63 1 parent a1dc586 commit c1a5e63 Copy full SHA for c1a5e63
File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,25 @@ include_package_data = true
18
18
python_requires = >= 3.9
19
19
20
20
install_requires =
21
- numpy~=1.13
22
- sqlalchemy>=1.4
21
+ # Test failures on 2.x
22
+ numpy ~= 1.13
23
+ sqlalchemy >= 1.4
23
24
# Seq stores data as bytes
24
- biopython~= 1.79
25
- attrs>= 20
25
+ biopython ~= 1.79
26
+ attrs >= 20
26
27
# 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
32
33
33
34
tests_require =
34
35
pytest
35
36
36
37
37
38
[options.packages.find]
38
- where = src
39
+ where = src
39
40
40
41
41
42
[options.entry_points]
You can’t perform that action at this time.
0 commit comments