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

Replace git submodules by poetry git dependencies #63

Merged
merged 6 commits into from
Dec 22, 2023

Conversation

BerndDoser
Copy link
Member

Poetry supports git dependencies, which allows us to get rid of the git submodules. No need to append the sys.path anymore.

@BerndDoser BerndDoser self-assigned this Dec 21, 2023
@BerndDoser
Copy link
Member Author

Workaround to upgrade to nightly torch version:

 pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121 --upgrade

@BerndDoser BerndDoser merged commit 23cdd8f into HITS-AIN:main Dec 22, 2023
3 checks passed
@BerndDoser BerndDoser deleted the deps branch December 22, 2023 11:29
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