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

Tiled compatibility #7

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

matthewcarbone
Copy link

@elistavitski I will be using this PR as a WIP to make the changes I'll need to in order to get things working. So far I have made the following possibly breaking changes.

  • Removed the wild scratch.py file. No idea what that's about but it was breaking my linters/formatters and didn't look usable.
  • Tried to add a usable requirements.txt file. note that PyQt5==5.15.9 appears to be broken and I'm not sure why. I've removed it from the requirements for now. We might have to figure out a way around this or a way to install this successfully if any of your code really depends on it.
  • Removed the unused requirements-dev.txt.
  • Ran black on every file. The formatting before this was just unreadable.

@matthewcarbone matthewcarbone marked this pull request as draft March 12, 2023 17:55
* Remove the wacky `xas/scratch.py` file
* Use `pipreqs` to generate a usable `requirements.txt` file (note
  that the pyqt package was not installable, it appears that the
  package itself is broken, note the commented out line in the
  requirements).
* Remove the unused `requirements-dev.txt` file.
Add dummy file `get_df_and_metadata_from_db` which needs to
be implememented as a hook for lightway.
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.

1 participant