Skip to content

Commit

Permalink
MNT fix pixi config and support sklearn>=1.3 (#461)
Browse files Browse the repository at this point in the history
* MNT fix dependency versions

* max sklearn=1.3 support

* drop python=3.9

* remove old code

* update pixi.lock

* linter
  • Loading branch information
adrinjalali authored Jan 29, 2025
1 parent 9d1d2af commit d69fef0
Show file tree
Hide file tree
Showing 6 changed files with 7,083 additions and 10,543 deletions.
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

0 comments on commit d69fef0

Please sign in to comment.