Skip to content

Commit

Permalink
Fixed for python 3.11 pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholehouse authored and ryanemenecker committed Nov 4, 2024
1 parent fead9b1 commit 7fabc65
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ In most situations, the following two commands will ensure all the necessary dep
# ensure dependencies are from the same ecosystem (conda)
conda install -c conda-forge -c pytorch python=3.11 numpy pytorch scipy cython matplotlib


# install from PyPI
pip install metapredict
```
Expand Down Expand Up @@ -61,17 +60,6 @@ Please see the [PyTorch install instructions](https://pytorch.org/get-started/lo


### Extended installation info
=======
To install metapredict V3, you will need to first install numpy and cython and then install the V3 branch of metapredict. First run:
```bash
pip install numpy cython
```
after numpy and cython install, run:
```bash
pip install git+https://github.com/idptools/metapredict@v3
```

#### Installing metapredict V3

The current stable version of **metapredict** is available through GitHub or the Python Package Index (PyPI).

Expand Down

0 comments on commit 7fabc65

Please sign in to comment.