Skip to content

Commit

Permalink
Try valid PEP 508 string
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Mar 6, 2024
1 parent df46363 commit 5beb370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iblrig_custom_tasks/_sp_passiveVideo/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except ModuleNotFoundError:
warnings.warn(
'Please install extra dependencies for _sp_passiveVideo: '
'pip install "project_extraction[_sp_passiveVideo] @ '
'pip install "project_extraction[passiveVideo] @ '
'git+https://github.com/int-brain-lab/project_extraction.git"', RuntimeWarning)
import pandas as pd
from pybpodapi.protocol import Bpod
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "project_extraction"
version = "0.2.1.post0"
version = "0.2.2"
description = "Custom extractors for satellite tasks"
dynamic = [ "readme" ]
keywords = [ "IBL", "neuro-science" ]
requires-python = "~=3.10"
license = { file = "LICENSE" }

[project.optional-dependencies]
_sp_passiveVideo = [ "python-vlc" ]
passiveVideo = [ "python-vlc" ]

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 5beb370

Please sign in to comment.