Skip to content

Commit 80f00d1

Browse files
Improve SciPy wrapper with better error handling, API completeness, and bug fixes
Signed-off-by: AdityaPandeyCN <[email protected]>
1 parent 1962ce9 commit 80f00d1

File tree

6 files changed

+1162
-635
lines changed

6 files changed

+1162
-635
lines changed
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
171582 aditya-Inspiron-3584
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[dependencies]
2+
libstdcxx-ng = ">=3.4,<13.0"
3+
4+
[dependencies.python]
5+
channel = "conda-forge"
6+
build = "*cpython*"
7+
version = ">=3.8,<4"
8+
9+
[project]
10+
name = ".CondaPkg"
11+
platforms = ["linux-64"]
12+
channels = ["conda-forge"]
13+
channel-priority = "strict"
14+
description = "automatically generated by CondaPkg.jl"

0 commit comments

Comments
 (0)