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

Add conda #55

Merged
merged 24 commits into from
Apr 29, 2020
Merged

Add conda #55

merged 24 commits into from
Apr 29, 2020

Conversation

radujica
Copy link
Contributor

@radujica radujica commented Apr 28, 2020

  • add conda recipe for publishing
  • add conda environment for dev setup and instructions
  • clean/separate requirements

Looks like we can't do pure conda for now :(
alkaline-ml/pmdarima#326

For publishing/CD (both pypi and conda) we could depend on github releases and setup github action, as long as we sync setup.py version with a git tag (e.g. bump2version?). Actual release creation can trigger it, so it's still manual, but no individual developer setup would be required.

Other notes:
conda-build conda_recipe --python 3.x
conda convert --platform all <path-to-bz2>
conda-verify <path-to-bz2>

host:
- python >=3.6
run:
# only essential requirements to use this library ~ setup.py install_requires ~ requirements/main.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't there a way to tie this to requirements/main.txt ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made it work :)

I can now do jinja 'coding', lolz

.github/workflows/workflow.yml Outdated Show resolved Hide resolved
requirements/publish.txt Outdated Show resolved Hide resolved
requirements/tests.txt Outdated Show resolved Hide resolved
setup.py Show resolved Hide resolved
@radujica radujica merged commit b22d1fa into master Apr 29, 2020
@radujica radujica deleted the feature/conda branch April 29, 2020 08:51
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

3 participants