Skip to content

Commit

Permalink
Revert cantera change (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Oct 28, 2024
1 parent 25f76e7 commit 8c947c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies:
- gh
- mypy
- conda-forge::numpy
- pocl<6
# See https://github.com/illinois-ceesd/mirgecom/pull/1055:
- pocl=5.0=*_6
- clinfo
- pudb
- islpy
Expand All @@ -23,7 +24,8 @@ dependencies:
- pytest
- pylint
- pydocstyle
- cantera=3.0
# See https://github.com/conda-forge/cantera-feedstock/issues/46 why we need 3.0.0:
- cantera=3.0.0
- h5py * nompi_* # Make sure cantera does not pull in MPI through h5py
- gmsh
- vtk

0 comments on commit 8c947c2

Please sign in to comment.