Skip to content
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

Merged
merged 71 commits into from
Jul 4, 2024
Merged

Preparing new version #11

merged 71 commits into from
Jul 4, 2024

Conversation

vincentadam87
Copy link
Collaborator

The current code

  • fixes the scipy dependency issues
  • removes unknown tag from pyproject.toml which prevented installation

Copy link
Collaborator

@uri-granta uri-granta left a 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?

Copy link
Collaborator

@awav awav left a 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)
Copy link
Collaborator

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:

f"-DPYTHON_BIN={sys.executable}",
. I'm not quite sure how did it work before. Also, I would bump the standard to 17 or even 20 if possible.

@vincentadam87 vincentadam87 merged commit 8d6136a into master Jul 4, 2024
4 checks passed
@awav
Copy link
Collaborator

awav commented Jul 4, 2024

Also, @uri-granta was right about the version :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants