File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# * Structure_threader* changelog
22
3+ ## Changes since v1.2.10
4+
5+ ### Bug fixes
6+ * Marks ` numpy>=1.12.1 ` dependency. The key issue here being in the version number.
7+
8+ ---
9+
310## Changes since v1.2.9
411
512### Bug fixes
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555
5656# Set some variables (PKGBUILD inspired)
5757DATA_FILES = platform_detection ()
58- VERSION = "1.2.10 "
58+ VERSION = "1.2.11 "
5959URL = "https://github.com/StuntsPT/Structure_threader"
6060
6161
@@ -71,7 +71,7 @@ def platform_detection(install_binaries=True):
7171 "structure_threader.skeletons" ],
7272 install_requires = ["plotly" ,
7373 "colorlover" ,
74- "numpy" ,
74+ "numpy>=1.12.1 " ,
7575 "matplotlib" ],
7676 description = ("A program to parallelize runs of 'Structure', "
7777 "'fastStructure' and 'MavericK'." ),
You can’t perform that action at this time.
0 commit comments