Skip to content

Commit a72ef0a

Browse files
Merge pull request #1281 from AdityaPandeyCN/benchmark_upt
Updating Benchmark Sets
2 parents d727e9e + 9d7dd92 commit a72ef0a

9 files changed

Lines changed: 2817 additions & 324 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ notebook/
2323
markdown/
2424

2525
.vscode
26-
*.html
26+
*.html
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# pixi environments
3+
.pixi
4+
*.egg-info
1.33 KB
Binary file not shown.

benchmarks/GlobalOptimization/.CondaPkg/pixi.lock

Lines changed: 2364 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[dependencies]
2+
ipython = "*"
3+
jupyter_kernel_test = "*"
4+
openssl = ">=3, <3.6"
5+
libstdcxx-ng = ">=3.4,<13.0, >=3.4,<13.0"
6+
matplotlib = "*"
7+
ipympl = "*"
8+
libstdcxx = ">=3.4,<13.0"
9+
ipywidgets = "*"
10+
cma = "*"
11+
jupyter_client = "*"
12+
numpy = "*"
13+
scipy = "*"
14+
comm = "*"
15+
16+
[dependencies.python]
17+
channel = "conda-forge"
18+
build = "*cp*"
19+
version = ">=3.8,<4, >=3.9,<4"
20+
21+
[project]
22+
name = ".CondaPkg"
23+
platforms = ["linux-64"]
24+
channels = ["conda-forge"]
25+
channel-priority = "strict"
26+
description = "automatically generated by CondaPkg.jl"

0 commit comments

Comments
 (0)