-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
36 lines (25 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
36 lines (25 loc) · 1.01 KB
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
# This package file is currently for online deployment, e.g. huggingface,
# some addons are not required for individual use.
# tested on Python 3.7-3.13
sympy>=1.9
numpy
scipy # recommend version >= 1.6 for high-ds in Linear Programming
# SDP solver (can be replaced by other python SDP libraries,
# e.g. mosek, clarabel, cvxopt, cvxpy, sdpa, etc.,
# this will be detected automatically by the code):
clarabel
# For gradio launch (and deployment on online platforms, e.g. huggingface):
pillow
# LaTeX rendering sensitive to the version, recommend >= 4.44 for a bug fix,
# If 4.44 or >= 5 are not available, 3.44 is also recommended.
gradio>=5.0
# For flask launch (recommended for individual use):
# pip install flask
# pip install flask_cors
# pip install flask_socketio
# For enhanced performance, consider installing gmpy2 (compatible with Python 3.7-3.13):
gmpy2
# For enhanced performance, consider installing python-flint (compatible with CPython >= 3.9):
# this is really useful
# pip install python-flint
python-flint