Skip to content

Commit

Permalink
MNT: temporarily pin websockets <14 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought authored Nov 26, 2024
1 parent 0fabc06 commit 359144e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"scipy>=1.8.1,<2.0.0",
"rapidfuzz",
"timple>=0.1.6",
"websockets>=10.3",
"websockets>=10.3,<14",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ wheel
xdoctest
pre-commit
requests>=2.28.1
websockets>=10.3
websockets>=10.3,<14
seaborn
plotly
seaborn
kaleido
kaleido

0 comments on commit 359144e

Please sign in to comment.