Skip to content

Commit 76a4fdd

Browse files
authored
Merge pull request #19 from HobnobMancer/update_requirements
Update requirements
2 parents aad74ab + 74a1212 commit 76a4fdd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cazomevolve/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
import logging
4444

4545

46-
__version__ = "0.1.7.2"
46+
__version__ = "0.1.7.3"
4747

48-
__citation__ = "???"
48+
__citation__ = "Hobbs, E. E. M., Gloster, T. M., Pritchard, L. (2023) 'cazomevolve', GitHub, https://github.com/HobnobMancer/cazomevolve"
4949

5050

5151
def closing_message(job, args):

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setuptools.setup(
5454
name="cazomevolve",
55-
version="0.1.7.2",
55+
version="0.1.7.3",
5656
# Metadata
5757
author="Emma E. M. Hobbs",
5858
author_email="[email protected]",
@@ -102,7 +102,6 @@
102102
"scikit-learn",
103103
"scipy",
104104
"seaborn",
105-
"sklearn",
106105
"sqlalchemy",
107106
"tqdm",
108107
"upsetplot",

0 commit comments

Comments
 (0)