Skip to content

Commit

Permalink
updating dependecies version
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed May 27, 2024
1 parent 1ba397a commit 6ee12b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
"tensorflow~=2.16.1",
"tensorflow_datasets<=4.9.0",
"scipy==1.10.1",
"websocket-client"
"websocket-client",
"websockets"
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ numpy~=1.26.2
tensorflow~=2.16.1
tensorflow_datasets<=4.9.0
scipy==1.10.1
websocket-client
websocket-client
websockets

0 comments on commit 6ee12b8

Please sign in to comment.