We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e07acd commit e53322fCopy full SHA for e53322f
examples/spinner.py
@@ -4,7 +4,7 @@
4
5
import matplotlib.pyplot as plt
6
import numpy as np
7
-import practable
+from practable import Experiment
8
9
messages = []
10
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
[project]
name = "practable"
-version = "0.0.11"
+version = "0.0.12"
authors = [
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
]
11
description = "Connect to remote laboratory experiments hosted on a github.com/practable service"
12
readme = "README.md"
13
dependencies = [
14
- "numpy>=1.10",
+ "numpy>=1.20",
15
"platformdirs>=4.2",
16
"requests>=2.32",
17
"websockets>=12.0",
0 commit comments