-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 943 Bytes
/
Copy pathProject.toml
File metadata and controls
27 lines (23 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name = "BandPyrometry"
uuid = "fe3d11be-9380-49a5-9625-6df534737d98"
version = "0.1.0"
authors = ["Roman Mironov"]
[workspace]
projects = ["test", "notebooks"]
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PlanckFunctions = "56edaee7-e77f-43d7-994d-8307b8de0a62"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
ScaledPolynomials = "d11bbabd-dab6-4367-9c65-d486568a54a8"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[sources]
ScaledPolynomials = {rev = "main", url = "https://github.com/Manarom/ScaledPolynomials.jl"}
[compat]
PlanckFunctions = "1.0.0"
ScaledPolynomials = "0.1"