-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add new file
requirements.dev
Update pre-commit checks. Update dependencies. Remove all dev dependencies from requirements.txt. - This file contains the runtime as well as dev dependencies. - Update `contributing.rst` to use this file instead of requirements.txt. - Exclude this file in `MANIFEST.in` so that it's not part of the PyPI package. - Update CI pipelines to use `requirements.dev` instead of `requirements.txt`. - Update release process checklist
- Loading branch information
1 parent
9525fa4
commit e7e564c
Showing
6 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ipython | ||
jupyter | ||
nose2 | ||
notebook | ||
numpy<2 | ||
openpyxl | ||
pandas | ||
pre-commit | ||
pyarrow | ||
seaborn | ||
shap | ||
skll==5.0.1 | ||
sphinx | ||
sphinx-autodoc-typehints | ||
sphinx-design | ||
sphinx_rtd_theme | ||
statsmodels | ||
tqdm | ||
wandb | ||
xlrd | ||
xlwt |