forked from ansys/pyaedt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
31 lines (24 loc) · 845 Bytes
/
requirements.txt
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
# #############################################################################
# requirements
# #############################################################################
pywin32 >= 303; python_version > '2.7'
# https://github.com/mhammond/pywin32
# License: PSF
pythonnet >= 2.4.0; python_version > '2.7'
# https://github.com/pythonnet/pythonnet
# License: MIT
rpyc >= 5.0.1; python_version > '2.7'
# https://github.com/tomerfiliba-org/rpyc
# License: MIT
# #############################################################################
# optional
# #############################################################################
pyvista
# License: MIT
matplotlib
# License: https://github.com/matplotlib/matplotlib/blob/master/LICENSE/LICENSE
# License: PSF
numpy
# License: BSD-3-Clause License
ipython
# License: BSD-3-Clause License