worklab 2.3.5__tar.gz → 2.3.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: worklab
3
- Version: 2.3.5
3
+ Version: 2.3.6
4
4
  Summary: Basic scripts for worklab devices
5
5
  Author-email: Sophie de Klerk <r.de.klerk@pl.hanze.nl>, Thomas Rietveld <t.rietveld@lboro.ac.uk>, Rowie Janssen <r.j.f.janssen@umcg.nl>, Jelmer Braaksma <j.braaksma01@umcg.nl>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -701,7 +701,7 @@ Provides-Extra: dev
701
701
  Requires-Dist: pytest; extra == "dev"
702
702
  Requires-Dist: Flake8-pyproject; extra == "dev"
703
703
  Requires-Dist: black; extra == "dev"
704
- Requires-Dist: jupyter-book; extra == "dev"
704
+ Requires-Dist: jupyter-book==0.15.1; extra == "dev"
705
705
  Requires-Dist: build; extra == "dev"
706
706
  Dynamic: license-file
707
707
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "worklab"
3
- version = "2.3.5"
3
+ version = "2.3.6"
4
4
  description = "Basic scripts for worklab devices"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.7"
@@ -35,7 +35,7 @@ dev = [
35
35
  "pytest",
36
36
  "Flake8-pyproject",
37
37
  "black",
38
- "jupyter-book",
38
+ "jupyter-book==0.15.1",
39
39
  "build"
40
40
  ]
41
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: worklab
3
- Version: 2.3.5
3
+ Version: 2.3.6
4
4
  Summary: Basic scripts for worklab devices
5
5
  Author-email: Sophie de Klerk <r.de.klerk@pl.hanze.nl>, Thomas Rietveld <t.rietveld@lboro.ac.uk>, Rowie Janssen <r.j.f.janssen@umcg.nl>, Jelmer Braaksma <j.braaksma01@umcg.nl>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -701,7 +701,7 @@ Provides-Extra: dev
701
701
  Requires-Dist: pytest; extra == "dev"
702
702
  Requires-Dist: Flake8-pyproject; extra == "dev"
703
703
  Requires-Dist: black; extra == "dev"
704
- Requires-Dist: jupyter-book; extra == "dev"
704
+ Requires-Dist: jupyter-book==0.15.1; extra == "dev"
705
705
  Requires-Dist: build; extra == "dev"
706
706
  Dynamic: license-file
707
707
 
@@ -12,5 +12,5 @@ openpyxl
12
12
  pytest
13
13
  Flake8-pyproject
14
14
  black
15
- jupyter-book
15
+ jupyter-book==0.15.1
16
16
  build
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes