Skip to content

Commit 8c5387a

Browse files
committed
change version of gpmap
1 parent b4f2c7b commit 8c5387a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

epistasis/__version__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
__version__ = "0.6.4"
1+
VERSION = (0, 6, 5)
2+
3+
__version__ = '.'.join(map(str, VERSION))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ipython",
3333
"ipywidgets",
3434
"scikit-learn",
35-
"gpmap==0.4.1",
35+
"gpmap>=0.4.2",
3636
"emcee"
3737
]
3838

0 commit comments

Comments
 (0)