Skip to content

Commit

Permalink
Update to 3.13.1, removed pythonnet, added packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Dec 12, 2024
1 parent 189c409 commit e0d8952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ classifiers = [
dependencies = [
"aiohttp==3.11.10",
"colorama==0.4.6",
"packaging==24.2",
"platformdirs==4.3.6",
"pyserial==3.5",
"python-socketio[asyncio_client]==5.11.4",
"requests==2.32.3",
"sensapex==1.400.3",
"rich==13.9.4",
"vbl-aquarium==0.0.22"
"vbl-aquarium==0.0.23"
]

[project.urls]
Expand All @@ -57,7 +58,7 @@ path = "src/ephys_link/__about__.py"
exclude = ["/.github", "/.idea"]

[tool.hatch.envs.default]
python = "3.13"
python = "3.13.1"
dependencies = [
# "coverage[toml]>=6.5",
# "pytest",
Expand Down

0 comments on commit e0d8952

Please sign in to comment.