Skip to content

Commit

Permalink
[requirements] switch to a maintained repo for pyevtk
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Jul 10, 2017
1 parent 4f92843 commit 700f0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.py
Expand Up @@ -12,7 +12,7 @@
'pyopengl': 'fast solution visualization for builtin discretizations (PySide also required)',
'pyamg': 'algebraic multigrid solvers',
'mpi4py': 'required for pymor.tools.mpi and pymor.parallel.mpi',
'https://bitbucket.org/pauloh/pyevtk/get/tip.tar.gz': 'writing vtk output',
'https://bitbucket.org/somada141/pyevtk/get/tip.tar.gz': 'writing vtk output',
'pytest>=3.0': 'testing framework required to execute unit tests',
'pyside; python_version < "3.5"': 'solution visualization for builtin discretizations',
'PyQt5 ; python_version >= "3.5"': 'solution visualization for builtin discretizations',
Expand Down
2 changes: 1 addition & 1 deletion requirements-optional.txt
@@ -1,6 +1,6 @@
-r requirements.txt
PyQt5 ; python_version >= "3.5"
https://bitbucket.org/pauloh/pyevtk/get/tip.tar.gz
https://bitbucket.org/somada141/pyevtk/get/tip.tar.gz
ipyparallel
ipython>=3.0
matplotlib
Expand Down

0 comments on commit 700f0f8

Please sign in to comment.