Skip to content

Commit

Permalink
[dependencies] update pyside whell link for py 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Jul 7, 2017
1 parent 0fb5fb4 commit 8f6da2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.py
Expand Up @@ -16,7 +16,7 @@
'pytest>=3.0': 'testing framework required to execute unit tests',
'https://pymor.github.io/wheels/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl ; python_version == "3.4" and "linux" in sys_platform': 'solution visualization for builtin discretizations',
'https://pymor.github.io/wheels/PySide-1.2.2-cp33-cp33m-linux_x86_64.whl ; python_version == "3.3" and "linux" in sys_platform': 'solution visualization for builtin discretizations',
'https://pymor.github.io/wheels/PySide-1.2.2-cp27-cp27m-linux_x86_64.whl ; python_version == "2.7" and "linux" in sys_platform': 'solution visualization for builtin discretizations',
'https://pymor.github.io/wheels/PySide-1.2.4-cp27-none-linux_x86_64.whl ; python_version == "2.7" and "linux" in sys_platform': 'solution visualization for builtin discretizations',
'pyside; python_version < "3.5" and "linux" not in sys_platform': 'solution visualization for builtin discretizations',
'PyQt5 ; python_version >= "3.5"': 'solution visualization for builtin discretizations',
'pillow': 'image library used for bitmap data functions',
Expand All @@ -34,7 +34,7 @@
'https://bitbucket.org/pauloh/pyevtk/get/tip.tar.gz': 'evtk',
'https://pymor.github.io/wheels/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl': 'PySide',
'https://pymor.github.io/wheels/PySide-1.2.2-cp33-cp33m-linux_x86_64.whl': 'PySide',
'https://pymor.github.io/wheels/PySide-1.2.2-cp27-cp27m-linux_x86_64.whl': 'PySide',
'https://pymor.github.io/wheels/PySide-1.2.4-cp27-none-linux_x86_64.whl': 'PySide',
'pyside': 'PySide'}

if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion requirements-optional.txt
@@ -1,9 +1,9 @@
-r requirements.txt
PyQt5 ; python_version >= "3.5"
https://bitbucket.org/pauloh/pyevtk/get/tip.tar.gz
https://pymor.github.io/wheels/PySide-1.2.2-cp27-cp27m-linux_x86_64.whl ; python_version == "2.7" and "linux" in sys_platform
https://pymor.github.io/wheels/PySide-1.2.2-cp33-cp33m-linux_x86_64.whl ; python_version == "3.3" and "linux" in sys_platform
https://pymor.github.io/wheels/PySide-1.2.2-cp34-cp34m-linux_x86_64.whl ; python_version == "3.4" and "linux" in sys_platform
https://pymor.github.io/wheels/PySide-1.2.4-cp27-none-linux_x86_64.whl ; python_version == "2.7" and "linux" in sys_platform
ipyparallel
ipython>=3.0
matplotlib
Expand Down

0 comments on commit 8f6da2f

Please sign in to comment.