Skip to content

Commit

Permalink
added minimum versions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Oct 10, 2021
1 parent 6d12fe8 commit 0ad56ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clipkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.5'
__version__ = '1.1.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'Topic :: Scientific/Engineering',
]

REQUIRES = ["biopython==1.79", "numpy==1.18.2", "tqdm==4.45.0"]
REQUIRES = ["biopython>=1.79", "numpy>=1.18", "tqdm>=4.45"]

setup(
name="clipkit",
Expand Down

0 comments on commit 0ad56ff

Please sign in to comment.