Skip to content

Commit 7218336

Browse files
committed
Adds a version number to numpy. Fixes #78
1 parent 6bdee87 commit 7218336

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "1.2.10"
58+
VERSION = "1.2.11"
5959
URL = "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'."),

0 commit comments

Comments
 (0)