Skip to content

Commit

Permalink
MAINT: Remove stochastic hard dependency (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Feb 4, 2025
1 parent 98970eb commit bc490b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ To build and install from source, clone this repository or download the source a
- `scipy <https://www.scipy.org/>`_
- `scikit-learn <https://scikit-learn.org/>`_
- `numba <http://numba.pydata.org/>`_
- `stochastic <https://github.com/crflynn/stochastic>`_

Functions
=========
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"scipy",
"scikit-learn",
"numba>=0.57",
"stochastic",
]

[project.optional-dependencies]
Expand All @@ -48,6 +47,7 @@ docs = [
"numpydoc",
"sphinx-copybutton",
"sphinx-design",
"stochastic", # for doctests
# "sphinx-notfound-page",
]

Expand Down

0 comments on commit bc490b4

Please sign in to comment.