Skip to content

Commit

Permalink
add build script that installs proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Haack committed Dec 14, 2023
1 parent 94e16ef commit 079b1dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "46e1792436f447e091eb196f145852bc25bee116"
project_hash = "35316740df41a0f1bc1d3b2a98ad959c96fc67ab"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down Expand Up @@ -48,9 +48,9 @@ version = "1.0.5+0"

[[deps.Conda]]
deps = ["Downloads", "JSON", "VersionParsing"]
git-tree-sha1 = "915ebe6f0e7302693bdd8eac985797dba1d25662"
git-tree-sha1 = "51cab8e982c5b598eea9c8ceaced4b58d9dd37c9"
uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d"
version = "1.9.0"
version = "1.10.0"

[[deps.ConstructionBase]]
deps = ["LinearAlgebra"]
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Christian Haack"]
version = "0.5.0"

[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Expand All @@ -20,10 +21,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
DataStructures = "0.18"
Distributions = "0.25"
FastGaussQuadrature = "0.4, 0.5"
Polynomials = "3"
Reexport = "1"
Roots = "2"
StaticArrays = "1"
Polynomials = "3"
julia = "1.9"

[extras]
Expand Down
3 changes: 3 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Conda
Conda.pip_interop(true)
Conda.pip("install", "proposal")

0 comments on commit 079b1dc

Please sign in to comment.