forked from whitews/FlowKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
39 lines (30 loc) · 804 Bytes
/
requirements.txt
File metadata and controls
39 lines (30 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# anytree notes:
# - 2.12 supports python 3.7 - 3.12
anytree>=2.12
# bokeh notes:
# - 3.4 supports python 3.9 - 2.12
bokeh>=3.4
# contourpy notes:
# - 1.2.0 drops python 3.8, supports 3.9 - 3.12
contourpy>=1.2.0
flowio>=1.3.0,<1.4
flowutils>=1.1.0,<1.2
# lxml notes:
# - 5.1+ supports python 3.6 - 3.12 (drops python 2)
lxml>=5.1
# networkx notes:
# - 3.2 drops python 3.8, supports 3.9 - 3.12
networkx>=3.2
# numpy notes:
# - locked to flowutils b/c of np C API
numpy>=1.22,<2
# pandas notes:
# - 2.1 drops support for python 3.8
pandas>=2.1
# psutil notes:
# - bumping to 5.9 in prep for future python 3.13 support in 6.0.1+
psutil>=5.9
# scipy notes:
# - 1.11 drops support python 3.8, supports 3.9 - 3.12
# - 1.11.0 was yanked from PyPI
scipy>=1.11.1