Skip to content

Commit 73dc748

Browse files
authored
Add new dependencies to pyproject.toml
Added dependencies for pandas, scipy, cvxpy, and torch.
1 parent 0aef801 commit 73dc748

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ aiohttp = "*"
7878
schedule = "*"
7979
uvloop = {version = "*", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"}
8080
winloop = {version = "*", markers = "sys_platform == 'win32'"}
81+
pandas = "*"
82+
scipy = "*"
83+
cvxpy = "*"
84+
torch = "*"
8185

8286
[tool.poetry.scripts]
8387
swarms = "swarms.cli.main:main"

0 commit comments

Comments
 (0)