Skip to content

[WIP] update requirement files #45

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ docs/_build
.mypy_cache
mypy-cov
.vscode
catboost_info/
*.DS_Store
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx
sphinx_rtd_theme
sphinx_rtd_theme==3.0.2

ipython
ipython==8.12.3
scipy
numpy > 1.9.0
scikit-learn >= 0.20
Expand Down
18 changes: 15 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
pytest
pytest-cov
hypothesis[numpy] !=3.5.1, !=3.5.0
-r requirements.txt
pytest>=8.3.4
hypothesis>=6.122.1
xgboost>=2.1.3
catboost>=1.2.7
keras>=3.7.0
tensorflow>=2.16.2
lightgbm>=4.5.0
lightning>=2.4.0

# repo maintenance tooling
black>=21.5b1
coverage>=6.4.4
flake8>=3.9.2
isort>=5.8.0
21 changes: 13 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
numpy >= 1.9.0
scipy
singledispatch >= 3.4.0.3
scikit-learn >= 0.20
attrs > 16.0.0
jinja2 >= 3.0.0
pip >= 8.1
setuptools >= 20.7
attr>=0.3.2
graphviz>=0.20.3
Jinja2>=3.1.4
matplotlib>=3.9.3
mock>=5.1.0
numpy>=2.1.3
pandas>=2.2.3
Pillow>=11.0.0
scipy>=1.14.1
setuptools>=65.5.0
singledispatch>=4.1.0
six>=1.17.0
tabulate>=0.9.0
Loading