Skip to content

Commit 8ca4eab

Browse files
committed
update package version
1 parent 9044cba commit 8ca4eab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ def read(fname):
1919
packages=find_packages(),
2020
long_description=read("README.md"),
2121
install_requires=[
22-
'permuta==1.2.1',
23-
'comb_spec_searcher==0.2.2',
22+
'permuta==1.3.0',
23+
'comb_spec_searcher==0.3.0',
2424
'logzero==1.5.0',
2525
'tilings==1.0.1',
26-
'sympy==1.4',
26+
'sympy==1.5.1',
2727
],
2828
dependency_links = [
2929
'https://github.com/PermutaTriangle/Tilings/tarball/develop#egg=tilings-1.0.1',
3030
],
3131
setup_requires=['pytest-runner==5.1'],
3232
tests_require=[
33-
'pytest==5.1.1',
34-
'pytest-cov==2.7.1',
33+
'pytest==5.3.3',
34+
'pytest-cov==2.8.1',
3535
'pytest-pep8==1.0.6',
3636
'pytest-isort==0.3.1',
3737
],

0 commit comments

Comments
 (0)