We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9d95 commit 6b82150Copy full SHA for 6b82150
setup.py
@@ -35,7 +35,7 @@ def readfile(filename, split=False):
35
readme = readfile("README.rst", split=True)[3:] # skip title
36
# For requirements not hosted on PyPi place listings
37
# into the 'requirements.txt' file.
38
-requires = ['PySide2', 'sparc-curation-tools>=0.4.0', 'packaging'] # minimal requirements listing
+requires = ['PySide2', 'sparc-curation-tools>=0.5.0', 'packaging'] # minimal requirements listing
39
source_license = readfile("LICENSE")
40
41
0 commit comments