File tree 1 file changed +21
-13
lines changed
1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
4
5
5
# 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
8
8
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
10
12
11
13
flowio >= 1.3.0 ,< 1.4
12
14
flowutils >= 1.1.0 ,< 1.2
13
15
14
16
# 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
17
19
18
- networkx >= 3.1
20
+ # networkx notes:
21
+ # - 3.2 drops python 3.8, supports 3.9 - 3.12
22
+ networkx >= 3.2
19
23
20
24
# numpy notes:
21
25
# - locked to flowutils b/c of np C API
22
26
numpy >= 1.22 ,< 2
23
27
24
28
# 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
28
35
29
36
# 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
You can’t perform that action at this time.
0 commit comments