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 8996a4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ macos = "11"
[tasks]

[dependencies]
pixi-pack = ">=0.1.8,<0.2"
pixi-pack = ">=0.1.8"
pytest = ">=7,<7.3"
pytest-asyncio-cooperative = ">=0.37.0,<0.38"
foamlib = ">=0.6.0,<0.7.0"
pytest-asyncio-cooperative = ">=0.37.0"
foamlib = ">=0.6.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 8996a4a

Please sign in to comment.