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

Modernize a few things #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Modernize a few things #16

wants to merge 1 commit into from

Conversation

Adafede
Copy link

@Adafede Adafede commented May 3, 2024

Hi @EBjerrum, @JanoschMenke,

First, thank you so much for this tool!

Because when I tried to install and run it many old dependencies could not be found, I made a very humble attempt to modernize a few things:

  • Switching from setup.py to pyproject.toml (allows installation using pdm, poetry, and consorts).
  • Switching from PySide2to PySide6.
    • I had to disable some buttons/shortcuts I was not able to fully port to PySide6. All the parts are commented by ## TODO (AR): I could not getting this to work with PySide6

I believe these are easily fixable, but error messages were not very informative, except PySide6seems more stringent regarding the classes.

I hope this helps some ways.

@EBjerrum
Copy link
Owner

EBjerrum commented May 3, 2024 via email

@Adafede
Copy link
Author

Adafede commented May 3, 2024

No worries, as stated in the PR I did not make the effort of fixing things deeply so it wasn't that much effort. 😊

I would love to see the project grow, and support for example CX SMILES/SMARTS.
Maybe I can help on a few things, probably not much.

Anyway, feel free to cherry pick parts that might be helpful to you, be it the pyproject.toml or else!

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.

None yet

2 participants