mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-22 05:39:42 +08:00
fix: rollback gmpy2 to 2.1.5 (#3745)
This commit is contained in:
parent
40e36e9b52
commit
ccaf335466
4
.github/workflows/api-tests.yml
vendored
4
.github/workflows/api-tests.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12"]
|
python-version:
|
||||||
|
- "3.10"
|
||||||
|
- "3.11"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OPENAI_API_KEY: sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii
|
OPENAI_API_KEY: sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii
|
||||||
|
@ -67,7 +67,7 @@ httpx[socks]~=0.24.1
|
|||||||
matplotlib~=3.8.2
|
matplotlib~=3.8.2
|
||||||
yfinance~=0.2.35
|
yfinance~=0.2.35
|
||||||
pydub~=0.25.1
|
pydub~=0.25.1
|
||||||
gmpy2~=2.2.0a1
|
gmpy2~=2.1.5
|
||||||
numexpr~=2.9.0
|
numexpr~=2.9.0
|
||||||
duckduckgo-search==5.2.2
|
duckduckgo-search==5.2.2
|
||||||
arxiv==2.1.0
|
arxiv==2.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user