Skip to content

Commit

Permalink
Updated dependencies (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Jun 18, 2024
1 parent b98fc5c commit e52e400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"python-socketio[asyncio_client]==5.11.2",
"pythonnet==3.0.3",
"sensapex==1.400.0",
"vbl-aquarium==0.0.14"
"vbl-aquarium==0.0.15"
]

[project.urls]
Expand All @@ -59,6 +59,7 @@ exclude = ["/.github", "/.idea"]
python = "3.12"
dependencies = [
"coverage[toml]>=6.5",
"mypy>=1.0.0",
"pytest",
]
[tool.hatch.envs.default.scripts]
Expand All @@ -72,17 +73,11 @@ cov = [
"test-cov",
"cov-report",
]
types = "mypy --strict --install-types --non-interactive {args:src/ephys_link tests}"

#[[tool.hatch.envs.all.matrix]]
#python = ["3.8", "3.9", "3.10", "3.11", "3.12"]

[tool.hatch.envs.types]
dependencies = [
"mypy>=1.0.0",
]
[tool.hatch.envs.types.scripts]
check = "mypy --install-types --non-interactive {args:src/ephys_link tests}"

[tool.hatch.envs.exe]
python = "3.12"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/ephys_link/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2"
__version__ = "1.3.3"

0 comments on commit e52e400

Please sign in to comment.