Skip to content

Commit 541ebb8

Browse files
authored
MAINT: Relaxing websockets and numpy dependencies (microsoft#1143)
1 parent 7d08cda commit 541ebb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"httpx[http2]>=0.27.2",
4545
"jinja2>=3.1.6",
4646
"krippendorff>=0.8.1",
47-
"numpy>=2.2.6",
47+
"numpy>=1.26.0",
4848
"openai>=1.58.1",
4949
"openpyxl>=3.1.5",
5050
"pillow>=11.2.1",
@@ -62,7 +62,7 @@ dependencies = [
6262
"tqdm>=4.67.1",
6363
"transformers>=4.52.4",
6464
"treelib>=1.7.1",
65-
"websockets>=15.0.1",
65+
"websockets>=14.0",
6666
]
6767

6868
[project.optional-dependencies]

0 commit comments

Comments
 (0)