Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ dependencies = [
"slack==0.0.2",
"SQLAlchemy==2.0.22",
"tenacity==8.3.0",
"tensorflow==2.15.0",
"tensorflow==2.15.0; sys_platform == 'linux'",
"tensorflow==2.15.0; sys_platform == 'darwin' and platform_machine == 'x86_64'",
"tensorflow-macos==2.15.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
"tensorflow-metal==1.1.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
"textblob==0.15.3",
"textual>=0.73.0",
"tomli>=2.2.1 ; python_full_version < '3.11'",
Expand Down
Loading
Loading