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.
2 parents 87a46fc + 5e1c58e commit 39e06d8Copy full SHA for 39e06d8
setup.py
@@ -19,19 +19,19 @@ def read(fname):
19
packages=find_packages(),
20
long_description=read("README.md"),
21
install_requires=[
22
- 'permuta==1.2.1',
23
- 'comb_spec_searcher==0.2.2',
+ 'permuta==1.3.0',
+ 'comb_spec_searcher==0.3.0',
24
'logzero==1.5.0',
25
'tilings==1.0.1',
26
- 'sympy==1.4',
+ 'sympy==1.5.1',
27
],
28
dependency_links = [
29
'https://github.com/PermutaTriangle/Tilings/tarball/develop#egg=tilings-1.0.1',
30
31
setup_requires=['pytest-runner==5.1'],
32
tests_require=[
33
- 'pytest==5.1.1',
34
- 'pytest-cov==2.7.1',
+ 'pytest==5.3.3',
+ 'pytest-cov==2.8.1',
35
'pytest-pep8==1.0.6',
36
'pytest-isort==0.3.1',
37
'pytest-timeout==1.3.4',
0 commit comments