Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion channel-transport-particles/fluid-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
setuptools
2 changes: 1 addition & 1 deletion channel-transport/fluid-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
setuptools
2 changes: 1 addition & 1 deletion channel-transport/transport-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
# remeshing support will be released with preCICE version 3.2
pyprecice @ git+https://github.com/precice/python-bindings.git@develop
Expand Down
2 changes: 1 addition & 1 deletion flow-over-heated-plate/solid-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
matplotlib
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
matplotlib
2 changes: 1 addition & 1 deletion turek-hron-fsi3/fluid-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
meshio
Expand Down
2 changes: 1 addition & 1 deletion turek-hron-fsi3/solid-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
meshio
Expand Down
2 changes: 1 addition & 1 deletion two-scale-heat-conduction/macro-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
2 changes: 1 addition & 1 deletion two-scale-heat-conduction/micro-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==7
nutils~=7.3
numpy >1, <2
pyprecice~=3.0
micro-manager-precice
2 changes: 1 addition & 1 deletion water-hammer/fluid1d-left-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion water-hammer/fluid1d-right-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools # required by nutils
nutils==9
nutils~=9.0
numpy >1, <2
pyprecice~=3.0
matplotlib
Expand Down
Loading