Skip to content

Commit

Permalink
build: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 4, 2024
1 parent 9d0b025 commit 480e8f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ safe-ds-runner = "safeds_runner.main:main"

[tool.poetry.dependencies]
python = "^3.11,<3.13"
safe-ds = ">=0.22.1,<0.23"
hypercorn = "^0.16.0"
psutil = "^5.9.8"
pydantic = "^2.7.0"
quart = "^0.19.4"
python-socketio = "^5.11.2"
safe-ds = ">=0.22.1,<0.23"
uvicorn = "^0.29.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-cov = "^5.0.0"
pytest-timeout = "^2.3.1"
pytest-asyncio = "^0.23.6"
simple-websocket = "^1.0.0"
python-socketio = {extras = ["asyncio-client"], version = "^5.11.2"}
torch = [
# Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so
# there's no point moving this to the main dependencies section.
Expand Down

0 comments on commit 480e8f4

Please sign in to comment.