We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a7576 commit 5117062Copy full SHA for 5117062
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
name = 'enformer-pytorch',
5
packages = find_packages(exclude=[]),
6
include_package_data = True,
7
- version = '0.7.5',
+ version = '0.7.6',
8
license='MIT',
9
description = 'Enformer - Pytorch',
10
author = 'Phil Wang',
@@ -17,7 +17,7 @@
17
'gene-expression'
18
],
19
install_requires=[
20
- 'discrete-key-value-bottleneck-pytorch',
+ 'discrete-key-value-bottleneck-pytorch>=0.0.8',
21
'einops>=0.3',
22
'numpy',
23
'torch>=1.6',
0 commit comments