Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 30, 2024
1 parent 85722e6 commit cb22242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test-unit = 'pytest tests'
cloudpickle = "*"
ipython = "*"
jsonschema = "*"
libabseil = "!=20240722.0=cxx17_h07bc746_2" # Avoid symbol error with build _2 on OSX
libabseil = { build = "!=cxx17_h07bc746_2" } # Avoid symbol error with build _2 on OSX
nest-asyncio = "*"
numpy = "*"
odfpy = "*"
Expand Down

0 comments on commit cb22242

Please sign in to comment.