Skip to content

Commit 597c009

Browse files
committed
fixed version dependency in conda recipe
1 parent b358c90 commit 597c009

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mob_suite/conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "3.0.3" %}
1+
{% set version = "3.1.2" %}
22

33
package:
44
name: mob_suite
@@ -22,7 +22,7 @@ requirements:
2222
- pip
2323
run:
2424
- python >=3.7,<4
25-
- numpy >=1.11.1,<2
25+
- numpy >=1.11.1,<1.23.5
2626
- pytables >=3.3,<4
2727
- pandas >=0.22.0,<=1.0.5
2828
- biopython >=1.70,<2

mob_suite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.1.1'
1+
__version__ = '3.1.2'
22

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(fname):
2929
setup(
3030
name='mob_suite',
3131
include_package_data=True,
32-
version='3.1.1',
32+
version='3.1.2',
3333
python_requires='>=3.7.0,<4',
3434
setup_requires=['pytest-runner'],
3535
tests_require=['pytest'],

0 commit comments

Comments
 (0)