Skip to content

Commit

Permalink
Merge pull request #39 from dnv-innersource/bug/38-add-conan-dependen…
Browse files Browse the repository at this point in the history
…cy-to-pyprojecttoml

Add conan to pyproject.toml
  • Loading branch information
KristofferSkare authored Apr 3, 2024
2 parents a560088 + d9a56ae commit 2fc98b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

### Changed
* Add conan dependency to pyproject.toml

### Changed
* Moved CMake + conan + c++ package files and folders with cpp code inside src folder to be included in package
* Replace pkg_resources with importlib.metadata for getting packages version to work in python 3.12
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
"pydantic>=2.6",
"json-schema-for-humans>=0.4.7",
"onnxruntime>=1.17.0",
"conan>=2.1",
]

[project.urls]
Expand Down

0 comments on commit 2fc98b4

Please sign in to comment.