-
Notifications
You must be signed in to change notification settings - Fork 43
/
installer.cfg
131 lines (119 loc) · 2.97 KB
/
installer.cfg
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[Application]
name=pyDatView
version=0.5
entry_point=pydatview:show_sys_args
icon=ressources/pyDatView.ico
#[Command pydatview]
#entry_point=pydatview:cmdline
[Python]
version=3.9.9
bitness=64
[Include]
files=_tools/pyDatView.exe > $INSTDIR
_tools/pyDatView_Test.bat > $INSTDIR
LICENSE.TXT > $INSTDIR
pypi_wheels =
numpy==1.22.4
wxPython==4.1.1
matplotlib==3.5.2
pyparsing==2.4.7
cycler==0.11.0
six==1.16.0
python-dateutil==2.8.2
kiwisolver==1.3.2
pandas==1.4.2
pytz==2021.3
chardet==4.0.0
scipy==1.8.1
openpyxl==3.0.10
et-xmlfile==1.1.0
pyarrow==8.0.0
Pillow==9.1.1
packaging==21.2
fatpack==0.7.3
xarray==2023.2.0
# numpy==1.19.3
# wxPython==4.0.3
# matplotlib==3.0.0
# pyparsing==2.2.2
# cycler==0.10.0
# six==1.11.0
# python-dateutil==2.7.3
# kiwisolver==1.0.1
# pandas==0.23.4
# pytz==2018.5
# chardet==3.0.4
# scipy==1.1.0
# pyarrow==4.0.1
# numpy==1.20.3
# wxPython==4.0.7
# matplotlib==3.4.2
# pyparsing==2.4.7
# cycler==0.10.0
# six==1.11.0
# python-dateutil==2.7.3
# kiwisolver==1.0.1
# pandas==1.1.5
# pytz==2018.5
# chardet==3.0.4
# scipy==1.5.4
# PyYAML==5.1.2
packages=
exclude=
pkgs/numpy/core/include
pkgs/numpy/doc
pkgs/numpy/f2py
pkgs/numpy/core/lib
pkgs/numpy/tests
pkgs/numpy/*/tests
pkgs/pyarrow/include
pkgs/pyarrow/includes
pkgs/pyarrow/tensorflow
pkgs/pyarrow/tests
pkgs/pandas/tests
pkgs/matplotlib/sphinxext
pkgs/matplotlib/testing
# pkgs/matplotlib/mpl-data/fonts
pkgs/matplotlib/mpl-data/sample_data
pkgs/matplotlib/mpl-data/images/*.pdf
pkgs/matplotlib/mpl-data/images/*.svg
pkgs/matplotlib/mpl-data/images/*.ppm
pkgs/matplotlib/mpl-data/stylelib/seaborn*.mplstyle
pkgs/matplotlib/backends/qt_editor
pkgs/matplotlib/backends/web_backend
pkgs/wx/locale
pkgs/wx/py
# pkgs/wx/lib/agw
pkgs/wx/lib/analogclock
pkgs/wx/lib/art
pkgs/wx/lib/colourchooser
pkgs/wx/lib/editor
pkgs/wx/lib/floatcanvas
pkgs/wx/lib/gizmos
pkgs/wx/lib/masked
pkgs/wx/lib/ogl
pkgs/wx/lib/pdfviewer
pkgs/wx/lib/plot
pkgs/wx/lib/pubsub
pkgs/wx/lib/wxcairo
pkgs/scipy/cluster
pkgs/scipy/io/tests
pkgs/scipy/io/arff
pkgs/scipy/io/matlab/tests
pkgs/scipy/io/harwell_boieng/tests
pkgs/scipy/ndimage/_ctest*.pyd
pkgs/scipy/ndimage/_cytest*.pyd
pkgs/scipy/odr
pkgs/scipy/extra-dll/libbanded*
pkgs/scipy/extra-dll/libd_odr*
pkgs/scipy/extra-dll/libdcosqb*
pkgs/scipy/extra-dll/libdfft_sub*
pkgs/scipy/*/tests
pkgs/scipy/fftpack
pkgs/scipy/signal
# pkgs/scipy/constants
# pkgs\matplotlib\mpl-data
##Click==7.0
[Build]
#directory=
installer_name=pyDatView_setup.exe