-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
🔧 MAINTAIN: Move to flit for PEP 621 package builds #608
Conversation
pyproject.toml
Outdated
"pandas", | ||
"numba", | ||
"sympy", | ||
"ipython", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ipython
is used only when building the documentation, but not used in testing.
pyproject.toml
Outdated
"numba", | ||
"sympy", | ||
"ipython", | ||
"statsmodels", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nowhere is statsmodels
used.
@oyamad once this is deployed any |
This PR migrates to use
flit
for compatibility with PEP 621 and to modernise the package distribution.developer
docs andREADME
with new install instructionspip install -e .
conda
testing framework and deprecatetest.yml
tag
based publishing of PYPI packages