-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing new version #11
Conversation
* Update scipy dependency * Typo --------- Co-authored-by: Uri Granta <[email protected]>
commenting flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the Version be updated in develop first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, address one my comment. Otherwise, LGTM.
pyproject.toml
Outdated
@@ -91,4 +94,4 @@ line_length = 95 | |||
[build-system] | |||
requires = ["poetry>=0.12", "cmake", "setuptools"] #, "tensorflow>=2.8.0,<2.9.0", "cmake"] | |||
build-backend = "poetry.masonry.api" | |||
flags = ["-DCMAKE_CXX_STANDARD=14"] | |||
# flags = ["-DCMAKE_CXX_STANDARD=14"] (removing because flags not a recognized property) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that should be added to the list of cmake
flags:
Line 65 in 3a765fc
f"-DPYTHON_BIN={sys.executable}", |
removing trigger filter by branch
Also, @uri-granta was right about the version :) |
The current code