Kevin Hu
commited on
Commit
·
5ac16f5
1
Parent(s):
dedc63e
fix pip install error (#2407)
Browse files### What problem does this PR solve?
#2356
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- requirements.txt +0 -1
- requirements_arm.txt +1 -0
requirements.txt
CHANGED
@@ -31,7 +31,6 @@ Flask==3.0.3
|
|
31 |
Flask_Cors==5.0.0
|
32 |
Flask_Login==0.6.3
|
33 |
flask_session==0.8.0
|
34 |
-
psycopg2==2.9.9
|
35 |
google_search_results==2.4.2
|
36 |
groq==0.9.0
|
37 |
hanziconv==0.3.2
|
|
|
31 |
Flask_Cors==5.0.0
|
32 |
Flask_Login==0.6.3
|
33 |
flask_session==0.8.0
|
|
|
34 |
google_search_results==2.4.2
|
35 |
groq==0.9.0
|
36 |
hanziconv==0.3.2
|
requirements_arm.txt
CHANGED
@@ -83,6 +83,7 @@ peewee==3.17.1
|
|
83 |
pillow==10.3.0
|
84 |
protobuf==4.25.3
|
85 |
psutil==5.9.8
|
|
|
86 |
pyarrow==15.0.0
|
87 |
pyarrow-hotfix==0.6
|
88 |
pyclipper==1.3.0.post5
|
|
|
83 |
pillow==10.3.0
|
84 |
protobuf==4.25.3
|
85 |
psutil==5.9.8
|
86 |
+
psycopg2-binary==2.9.9
|
87 |
pyarrow==15.0.0
|
88 |
pyarrow-hotfix==0.6
|
89 |
pyclipper==1.3.0.post5
|