Skip to content

Commit e53322f

Browse files
committed
pyproject.toml (fix): bump numpy to v1.20 for lib.stride_tricks
1 parent 2e07acd commit e53322f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/spinner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import matplotlib.pyplot as plt
66
import numpy as np
7-
import practable
7+
from practable import Experiment
88

99
messages = []
1010

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.11"
7+
version = "0.0.12"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]
1111
description = "Connect to remote laboratory experiments hosted on a github.com/practable service"
1212
readme = "README.md"
1313
dependencies = [
14-
"numpy>=1.10",
14+
"numpy>=1.20",
1515
"platformdirs>=4.2",
1616
"requests>=2.32",
1717
"websockets>=12.0",

0 commit comments

Comments
 (0)