Skip to content

Commit

Permalink
relock for x86_64 to not use yanked version of pynwb
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Apr 21, 2022
1 parent d14e8cf commit b6b9d2f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 53 deletions.
96 changes: 48 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions pyproject.toml
Expand Up @@ -37,10 +37,7 @@ inputs = "^0.5"
requests = "^2.26.0"
scikit-video = "^1.1.11"
tqdm = "^4.62.3"
numpy = [
{version="^1.20.0", markers = "platform_machine != 'armv7l'", source="pypi"},
{version="^1.19.0", markers = "platform_machine == 'armv7l'", source="piwheels"}
]
numpy = "^1.20.0"
scipy = "^1.7.0"
pandas = [
{version=">=1.3.0,<1.4.0", python="<3.8"},
Expand All @@ -53,7 +50,7 @@ pydantic = "^1.9.0"
parse = "^1.19.0"
rich = "^11.2.0"
validators = "^0.18.2"
pynwb = "^2.0.0"
pynwb = "^2.0.0,!=2.5.1"
JACK-Client = {version = "^0.5.3", optional = true}
pigpio = {git = "https://github.com/sneakers-the-rat/pigpio", branch="master", optional=true}
pyqtgraph = {version = "^0.12.3", optional = true}
Expand Down

0 comments on commit b6b9d2f

Please sign in to comment.