Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ notebook/
markdown/

.vscode
*.html
*.html
2 changes: 2 additions & 0 deletions benchmarks/GlobalOptimization/.CondaPkg/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
4 changes: 4 additions & 0 deletions benchmarks/GlobalOptimization/.CondaPkg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# pixi environments
.pixi
*.egg-info
Binary file added benchmarks/GlobalOptimization/.CondaPkg/meta
Binary file not shown.
1,337 changes: 1,337 additions & 0 deletions benchmarks/GlobalOptimization/.CondaPkg/pixi.lock

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions benchmarks/GlobalOptimization/.CondaPkg/pixi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[dependencies]
ipython = "*"
jupyter_kernel_test = "*"
openssl = ">=3, <3.6"
matplotlib = "*"
ipympl = "*"
ipywidgets = "*"
cma = "*"
jupyter_client = "*"
numpy = "*"
scipy = "*"
comm = "*"

[dependencies.python]
channel = "conda-forge"
build = "*cp*"
version = ">=3.9,<4, 3.13.*"

[project]
name = ".CondaPkg"
platforms = ["osx-arm64"]
channels = ["conda-forge"]
channel-priority = "strict"
description = "automatically generated by CondaPkg.jl"
Loading
Loading