Skip to content

Commit

Permalink
Merge branch 'main' into cal_stability
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Jul 24, 2024
2 parents 5deb6c3 + 81c2b26 commit 4bfbee6
Show file tree
Hide file tree
Showing 5 changed files with 1,961 additions and 1,757 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.10.14"
os:
- ubuntu-latest
branch:
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Install the package to get started or check out an interactive notebook
pip install ipsuite
```

IPSuite relies on third-party ML packages. As these often come with different,
sometimes incompatible requirements, an `ipsuite` installation is barebones. If
you want to run your favorite ML code but are encountered with an import error,
please install the package manually. You can look at the `pyproject.toml` to
find the packages `ipsuite` is tested against.

Examples can be found at:

- https://dagshub.com/PythonFZ/IPS-Examples/src/intro/main.ipynb
Expand Down
Loading

0 comments on commit 4bfbee6

Please sign in to comment.