Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenshave committed Apr 16, 2021
1 parent 7336621 commit b7f0e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ PyBindingCurve is a Python package for simulation, plotting and fitting of exper

Try without installing on Google colab! https://colab.research.google.com/drive/1upxm56mGYWo8jvTTJjZLOEq6DT0lRy8d

*There is a bug in Numpy 1.19.4 when running the latest Windows 10 update - see https://tinyurl.com/y3dm3h86, and https://github.com/numpy/numpy/issues/16744). To workaround on Windows 10, use conda/miniconda, or downgrade to Numpy 1.19.3 with:*
> pip install numpy==1.19.4

The pypi/pip package will automatically exclude numpy 1.19.4 so pip install pybindingcurve is safe.



![PyBindingCurve simulation](https://raw.githubusercontent.com/stevenshave/pybindingcurve/master/pybindingcurve_logo.png "Breaking a dimer")

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pybindingcurve",
version="1.0.5",
version="1.0.6",
author="Steven Shave",
author_email="steve.nshave@gmail.com",
description="Protein ligand binding simulation in Python",
Expand All @@ -29,5 +29,5 @@
"mpmath>=1.1.0",
"autograd>=1.3",
],
python_requires=">=3.6",
python_requires=">=3.7",
)

0 comments on commit b7f0e7f

Please sign in to comment.