Skip to content

Commit 18f15e8

Browse files
committed
Pin numpy to 2.2.6 to fix build error
1 parent d2c84a8 commit 18f15e8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
aws-region: us-east-1
5252
- run: ln -s .tfvars/dc-api/samconfig.${DEPLOY_ENV}.yaml .
5353
- run: make build
54+
env:
55+
SAM_CLI_BETA_BUILD_PERFORMANCE: 1
56+
SAM_CLI_BETA_PACKAGE_PERFORMANCE: 1
5457
- run: |
5558
sam deploy \
5659
--no-confirm-changeset \

chat/dependencies/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ langchain~=0.2
44
langchain-aws~=0.2
55
langchain-openai~=0.1
66
langgraph~=0.2
7+
numpy==2.2.6
78
openai~=1.35
89
opensearch-py
910
pyjwt~=2.6.0

chat/src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ langchain~=0.2
55
langchain-aws~=0.2
66
langchain-openai~=0.1
77
langgraph~=0.2
8+
numpy==2.2.6
89
openai~=1.35
910
opensearch-py~=2.8
1011
pyjwt~=2.6.0

0 commit comments

Comments
 (0)