Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-full-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Full ARM64
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-offline-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Offline ARM64
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-proxy-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Proxy ARM64
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"numpy",
"networkx",
"openai",
"z3-solver",
"z3-solver<=4.15.4.0",
"aiohttp",
"flask",
"torch",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
networkx
openai
z3-solver
z3-solver<=4.15.4.0
aiohttp
flask
torch
Expand Down
2 changes: 1 addition & 1 deletion requirements_proxy_only.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ requests
cerebras_cloud_sdk
numpy
networkx
z3-solver
z3-solver<=4.15.4.0
sympy
math_verify
Loading