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

Make repo a python package #19

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Make repo a python package #19

wants to merge 5 commits into from

Conversation

tbenst
Copy link

@tbenst tbenst commented Jun 1, 2023

Right now, it's difficult to install or manage safari with pip This PR allows for simple install by doing pip install -r requirements.txt && pip install -e .

I've only tested from safari.models.sequence.hyena import HyenaOperator and using that as a layer, but I've tried to ensure that the relevant *yaml and *py files were updated.

It may be possible to do this without the src -> safari rename, but I couldn't figure it out (pypa/hatch#870).

@DanFu09
Copy link
Contributor

DanFu09 commented Jun 1, 2023

Thanks for this PR! We'll take a look and see if it makes sense to merge in.

@DanFu09 DanFu09 self-requested a review June 1, 2023 21:06
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.

2 participants