Skip to content

Commit 6b82150

Browse files
committed
Set minumum version of sparc-curction-tools required to 0.5.0.
1 parent 2eb9d95 commit 6b82150

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
@@ -35,7 +35,7 @@ def readfile(filename, split=False):
3535
readme = readfile("README.rst", split=True)[3:] # skip title
3636
# For requirements not hosted on PyPi place listings
3737
# into the 'requirements.txt' file.
38-
requires = ['PySide2', 'sparc-curation-tools>=0.4.0', 'packaging'] # minimal requirements listing
38+
requires = ['PySide2', 'sparc-curation-tools>=0.5.0', 'packaging'] # minimal requirements listing
3939
source_license = readfile("LICENSE")
4040

4141

0 commit comments

Comments
 (0)