Skip to content

Commit

Permalink
Drop some upper bounds on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 17, 2024
1 parent c8bce24 commit 12ca2e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pytest-asyncio-cooperative = ">=0.37.0,<0.38"
foamlib = ">=0.6.0,<0.7.0"

[feature.openfoam.dependencies]
llvm-openmp = ">=19.1.1,<20"
openmpi = ">=5.0.5,<6"
fftw = ">=3.3.10,<4"
scotch = ">=7.0.5,<8"
llvm-openmp = ">=19.1.1"
openmpi = ">=5.0.5"
fftw = ">=3.3.10"
scotch = ">=7.0.5"
cgal-cpp = ">=5.6.1,<6"
bash = ">=5.2.21,<6"
bash = ">=5.2.21"

[environments]
openfoam = {features = ["openfoam"], no-default-feature = true}

0 comments on commit 12ca2e4

Please sign in to comment.