Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
DOC Remove notes about M1 Mac installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Aug 31, 2023
1 parent 4fea727 commit eaadcbe
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ your ML models so that you can focus on curating a better dataset and improving
pip install unionml
```

````{admonition} For M1 Mac users
:class: important
Before installing `unionml`, follow these StackOverflow posts to install
[numpy](https://numpy.org/) and [pandas](https://pandas.pydata.org/pandas-docs/stable/):
- [numpy installation](https://stackoverflow.com/a/65581354)
- [pandas installation](https://stackoverflow.com/a/66048187)
````

# Quickstart

A UnionML app is composed of two core classes: a {class}`~unionml.dataset.Dataset` and a
Expand Down Expand Up @@ -176,12 +166,6 @@ Create a python file called `app.py`, import app dependencies, and define `datas
pip install tensorflow
```
````{admonition} For M1 Mac users
:class: important
Follow [this StackOverflow post](https://stackoverflow.com/questions/66741778/how-to-install-h5py-needed-for-keras-on-macos-with-m1) to install tensorflow on an M1 Mac
````

```{literalinclude} ../../tests/integration/keras_app/quickstart.py
---
lines: 1-25
Expand Down

0 comments on commit eaadcbe

Please sign in to comment.