Skip to content

Commit

Permalink
removed unecessary dependancy on sklearn in types
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspear committed Feb 21, 2024
1 parent 24eaa3f commit e627163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade pip
pip install numpy Cython pytest-cov
pip install .
- name: Install dependencies for macOS
- name: Install dependencies for ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion src/offline_rl_ope/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import Any, Dict, Union, Protocol
import numpy.typing as npt
import numpy as np
from sklearn.base import BaseEstimator

__all__ = [
"NDArray",
Expand Down

0 comments on commit e627163

Please sign in to comment.