Skip to content

Commit

Permalink
Update minimum DPF core requirement to 0.8.0 (#374)
Browse files Browse the repository at this point in the history
Update the minimum requirement for `ansys-dpf-core` to `0.8.0` in
`minimum_requirements.txt`, to match the `pyproject.toml` definition
`>=0.8,<1`.
  • Loading branch information
greschd committed Nov 21, 2023
1 parent aa0651e commit 8ce4d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contains minimum requirements that we support
numpy == 1.22.0
matplotlib == 3.5.0
ansys-dpf-core == 0.7.3
ansys-dpf-core == 0.8.0
pyvista == 0.36.1

0 comments on commit 8ce4d84

Please sign in to comment.