Skip to content

Commit

Permalink
Move CyRK to use downloaded wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 23, 2024
1 parent e5c2024 commit 0ebcabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_args = ['--conda-name-differences=oldest-supported-numpy:numpy',
source = "git+https://github.com/jrenaud90/CyRK/"
noarch = false
build_args = ["--license=CC-BY-SA", # override so full license text not used
"--from-wheel"] # non-standard build, use pip wheels
"--from-downloaded-wheel"] # non-standard build, use pip wheels
# CC BY-SA 4.0

[numbakit-ode]
Expand Down

0 comments on commit 0ebcabf

Please sign in to comment.