Skip to content

Commit

Permalink
Workaround numpy version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Sep 4, 2024
1 parent 9693f26 commit 3fc8ff9
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "psychopy-eyetracker-pupil-labs"
version = "0.3.0"
version = "0.3.1"
description = "Extension package for PsychoPy which adds support for Pupil Labs eyetrackers."
readme = "README.md"
requires-python = ">= 3.7"
Expand Down Expand Up @@ -32,7 +32,8 @@ urls.documentation = "https://pages.github.com/psychopy/psychopy-eyetracker-pupi
urls.repository = "https://github.com/psychopy/psychopy-eyetracker-pupil-labs"
dependencies = [
"pupil-labs-realtime-api",
"real-time-screen-gaze"
"real-time-screen-gaze",
"numpy<2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3fc8ff9

Please sign in to comment.