Skip to content

Commit 074380f

Browse files
committed
stick with bc < 3 else __automatic__ error
1 parent 1d5602f commit 074380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def run(self):
165165
python_requires='>=3.8',
166166
setup_requires=['setuptools_scm>=5.0.2'],
167167
install_requires=[
168-
'beancount>=2.1.3',
168+
'beancount<3',
169169
'beangulp',
170170
'tornado',
171171
'numpy',

0 commit comments

Comments
 (0)