Skip to content

Commit 16a696d

Browse files
committed
update dependency versions for compatibility w/ Python 3.9 - 3.12
1 parent 60e559a commit 16a696d

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

requirements.txt

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
# anytree notes:
2-
# - 2.9 drops 3.6, adds 3.11
3-
anytree>=2.9
2+
# - 2.12 supports python 3.7 - 3.12
3+
anytree>=2.12
44

55
# bokeh notes:
6-
# - 3.1 supports python 3.8+
7-
bokeh>=3.1
6+
# - 3.4 supports python 3.9 - 2.12
7+
bokeh>=3.4
88

9-
contourpy>=1.1.0
9+
# contourpy notes:
10+
# - 1.2.0 drops python 3.8, supports 3.9 - 3.12
11+
contourpy>=1.2.0
1012

1113
flowio>=1.3.0,<1.4
1214
flowutils>=1.1.0,<1.2
1315

1416
# lxml notes:
15-
# - 4.9+ supports python 3.7 - 3.11
16-
lxml>=4.9
17+
# - 5.1+ supports python 3.6 - 3.12 (drops python 2)
18+
lxml>=5.1
1719

18-
networkx>=3.1
20+
# networkx notes:
21+
# - 3.2 drops python 3.8, supports 3.9 - 3.12
22+
networkx>=3.2
1923

2024
# numpy notes:
2125
# - locked to flowutils b/c of np C API
2226
numpy>=1.22,<2
2327

2428
# pandas notes:
25-
# - 1.2 drops support for python <3.7
26-
pandas>=2.0
27-
psutil>=5.8
29+
# - 2.1 drops support for python 3.8
30+
pandas>=2.1
31+
32+
# psutil notes:
33+
# - bumping to 5.9 in prep for future python 3.13 support in 6.0.1+
34+
psutil>=5.9
2835

2936
# scipy notes:
30-
# - 1.8 support python 3.8+
31-
scipy>=1.8
37+
# - 1.11 drops support python 3.8, supports 3.9 - 3.12
38+
# - 1.11.0 was yanked from PyPI
39+
scipy>=1.11.1

0 commit comments

Comments
 (0)