Skip to content

Commit

Permalink
fixed version dependency in conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jrober84 committed Jan 25, 2023
1 parent b358c90 commit 597c009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mob_suite/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.0.3" %}
{% set version = "3.1.2" %}

package:
name: mob_suite
Expand All @@ -22,7 +22,7 @@ requirements:
- pip
run:
- python >=3.7,<4
- numpy >=1.11.1,<2
- numpy >=1.11.1,<1.23.5
- pytables >=3.3,<4
- pandas >=0.22.0,<=1.0.5
- biopython >=1.70,<2
Expand Down
2 changes: 1 addition & 1 deletion mob_suite/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '3.1.1'
__version__ = '3.1.2'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(fname):
setup(
name='mob_suite',
include_package_data=True,
version='3.1.1',
version='3.1.2',
python_requires='>=3.7.0,<4',
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit 597c009

Please sign in to comment.