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

MNT fix pixi config and support sklearn>=1.3 #461

Merged
merged 8 commits into from
Jan 29, 2025
Merged
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
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
environment: [
# ci-min-deps,
# ci-sklearn11,
# ci-sklearn12,
ci-sklearn13,
ci-sklearn14,
ci-sklearn15,
Expand Down
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Installation
============

To install skops from `PyPI <https://pypi.org/project/skops>`_, run the following command in your Python environment:
To install skops from `PyPI <https://pypi.org/project/skops>`_, run the
following command in your Python environment:

.. code-block:: bash

Expand All @@ -13,7 +14,7 @@ Skops is also available in `conda-forge <https://anaconda.org/conda-forge/skops>

.. code-block:: bash

conda install conda-forge::skops
conda install conda-forge::skops

If you're interested in contributing to skops, please follow the `contribution
guideline <https://github.com/skops-dev/skops/blob/main/CONTRIBUTING.rst>`__
Expand Down
Loading
Loading