Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.
* [Full changelog: 1.1.0...1.2.0](https://github.com/ni/nidaqmx-python/compare/1.1.0...1.2.0)

* ### Resolved Issues
* ...
* Fix PEP 660 builds by setting `build-system` to use `poetry-core`

* ### Major Changes
* Removed the `docs` extra and converted it to a Poetry dependency group.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ markers = [
]

[build-system]
requires = ["poetry>=1.2"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.8"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
files = "generated/,tests/"
Expand Down