Skip to content
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
5 changes: 3 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ your python interpreter.
Running Tests Manually
~~~~~~~~~~~~~~~~~~~~~~

You can get an interactive shell into an environment with a command like the following:
You can get an interactive shell into an environment with the nightly build of
scikit-learn and all other required dependencies with:

.. code:: bash

pixi shell -e ci-sklearn15
pixi shell

``skops`` uses ``pytest`` as its test runner, just run it from the project root:

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# to be synced with the versions in pyproject.toml
matplotlib>=3.3
pandas>=1
fairlearn>=0.7.0
Expand Down
Loading