@@ -6,22 +6,22 @@ redirect_from:
66 - /download/
77---
88
9- Current Release - 1.84 - 28 June 2024
10- ========================================
9+ Current Release - 1.85 - 15 Jan 2025
10+ ====================================
1111
1212See also [ What's
1313new] ( https://github.com/biopython/biopython/blob/master/NEWS.rst ) .
1414
1515### Files
1616
17- #### Biopython 1.84
17+ #### Biopython 1.85
1818
19- - [ biopython-1.84 .tar.gz] ( http://biopython.org/DIST/biopython-1.84 .tar.gz )
20- 25Mb -- Source Tarball
21- - [ biopython-1.84 .zip] ( http://biopython.org/DIST/biopython-1.84 .zip )
22- 27Mb -- Source Zip File
23- - [ Pre-compiled wheel files on PyPI] ( https://pypi.python.org/pypi/biopython/1.84 )
24- - [ Documentation] ( https://biopython.org/docs/1.84 / )
19+ - [ biopython-1.85 .tar.gz] ( http://biopython.org/DIST/biopython-1.85 .tar.gz )
20+ 19Mb -- Source Tarball
21+ - [ biopython-1.85 .zip] ( http://biopython.org/DIST/biopython-1.85 .zip )
22+ 21Mb -- Source Zip File
23+ - [ Pre-compiled wheel files on PyPI] ( https://pypi.python.org/pypi/biopython/1.85 )
24+ - [ Documentation] ( https://biopython.org/docs/1.85 / )
2525
2626### Installation Instructions
2727
@@ -58,7 +58,7 @@ If you need to install under a specific version of Python, try something
5858like this:
5959
6060``` bash
61- python3.9 -m pip install biopython
61+ python3.13 -m pip install biopython
6262pypy -m pip install biopython
6363```
6464
@@ -157,6 +157,15 @@ Recent releases of Biopython require NumPy (and not Numeric).
157157Version 1.76 is the last release to support Python 2.7 and 3.5,
158158all later releases require Python 3:
159159
160+ - [ biopython-1.84.tar.gz] ( http://biopython.org/DIST/biopython-1.84.tar.gz )
161+ 25Mb -- Source Tarball
162+ - [ biopython-1.84.zip] ( http://biopython.org/DIST/biopython-1.84.zip )
163+ 27Mb -- Source Zip File
164+ - [ Pre-compiled wheel files on PyPI] ( https://pypi.python.org/pypi/biopython/1.84 )
165+ - [ Documentation] ( https://biopython.org/docs/1.84/ )
166+
167+ <!-- -->
168+
160169- [ biopython-1.83.tar.gz] ( http://biopython.org/DIST/biopython-1.83.tar.gz )
161170 19Mb -- Source Tarball (10 January 2024)
162171- [ biopython-1.83.zip] ( http://biopython.org/DIST/biopython-1.83.zip )
0 commit comments