Skip to content

Commit 1392ac6

Browse files
Lock parser version (#81)
This prevents major errors
1 parent acec0d2 commit 1392ac6

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
@@ -78,7 +78,7 @@
7878
'h5py',
7979
'wavio',
8080
'typing',
81-
'prettyparse>=0.1.4',
81+
'prettyparse<1.0',
8282
'precise-runner',
8383
'attrs',
8484
'fitipy',

0 commit comments

Comments
 (0)