File tree Expand file tree Collapse file tree 5 files changed +29
-8
lines changed
Expand file tree Collapse file tree 5 files changed +29
-8
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,23 @@ pylint = "*"
1212coverage = " *"
1313pytest-cov = " *"
1414pytest-mypy = " *"
15- pytest-flake8 = " * "
15+ pytest-flake8 = " <1.0 "
1616isort = " *"
17+ pytest-isort = " *"
1718
1819[packages ]
19- pygelf = " *"
2020pyperclip = " *"
21- scipy = " * "
21+ scipy = " <1.9 "
2222numpy = " *"
23- pytest-isort = " *"
24- pyinstaller = " <5"
25- opencv-python = " <4.6"
23+ pyqt5 = " *"
2624pylibdmtx = " *"
25+ opencv-python = " <4.6"
26+ pyinstaller = " <5"
27+
2728
2829[scripts ]
2930tests_dls_util = " python -m pytest --cov dls_util tests/unit_tests"
3031tests_dls_barcode = " pytest --cov-config=.coveragerc --cov dls_barcode tests/unit_tests"
32+
33+ [requires ]
34+ python_version = " 3.9"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ This section serves as an introduction for developers who are interested in main
2929Release Notes
3030-------------
3131* [ ReleaseNotes (development)] ( docs/release-notes/release-notes-dev.md )
32+ * [ ReleaseNotes (v1.8.0)] ( docs/release-notes/release-notes-v1_8_0.md )
3233* [ ReleaseNotes (v1.7.1)] ( docs/release-notes/release-notes-v1_7_1.md )
3334* [ ReleaseNotes (v1.7.0)] ( docs/release-notes/release-notes-v1_7_0.md )
3435* [ ReleaseNotes (v1.6.0)] ( docs/release-notes/release-notes-v1_6_0.md )
Original file line number Diff line number Diff line change 1- VERSION = "v1.7.1 "
1+ VERSION = "v1.8.0 "
Original file line number Diff line number Diff line change 1+ Release Notes (Development)
2+ ===========================
3+
4+ Changes merged into master
5+ --------------------------
6+ | Jira Task | GitHub Issue | Type | Description |
7+ | -----------| --------------| ------| ------------------------------------|
8+ | - | - | | Use python 3.9 |
9+ | I04_1-1036 | - | Minor | Use pylibdtmx to read barcodes |
10+
11+ Change Types:
12+ * Major - Backward incompatible change
13+ * Minor - Backward compatible change in API/functionality
14+ * Patch - Bug fix, no change in functionality
15+
16+
17+
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ install_requires=
1414 numpy
1515 scipy
1616 pyperclip
17- pygelf
1817# If you want to include data files in packages,
1918# set this to True and include a MANIFEST.in file.
2019include_package_data = False
You can’t perform that action at this time.
0 commit comments