Skip to content

Commit

Permalink
remove ColorSchemes and UnicodePlots
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranken committed Apr 17, 2024
1 parent 3326910 commit 6aba775
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Project.toml
Expand Up @@ -6,7 +6,6 @@ version = "1.0.2"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CanopyOptics = "a18e34a6-5dbe-4f38-a44b-e5141852e7a7"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Expand Down Expand Up @@ -37,14 +36,14 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulEquivalences = "da9c4bc3-91c8-4f02-8a40-6b990d2a7e0c"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CUDA = "4, 5"
CanopyOptics = "0.1"
DataInterpolations = "3.6, 4"
DelimitedFiles = "1"
DiffResults = "1.0"
Expand All @@ -57,28 +56,27 @@ Interpolations = "0.12, 0.13, 0.14"
JLD2 = "0.1, 0.2, 0.3, 0.4"
JSON = "0.21"
KernelAbstractions = "0.8, 0.9"
LogExpFunctions = "0.3"
NCDatasets = "0.11, 0.12"
NNlib = "0.8, 0.9"
NaNMath = "1"
NetCDF = "0.10, 0.11"
OffsetArrays = "1"
OrderedCollections = "1"
Parameters = "0.12"
Polynomials = "2, 3"
ProgressMeter = "1.3"
QuadGK = "2"
SpecialFunctions = "2"
StaticArrays = "1.2"
StatsBase = "0.33, 0.34"
TimerOutputs = "0.5"
YAML = "0.4"
julia = "1.6,1.7,1.8,1.9,1.10"
LogExpFunctions = "0.3"
OffsetArrays = "1"
CanopyOptics = "0.1"
UnitfulEquivalences = "0.2"
OrderedCollections = "1"
NaNMath = "1"
QuadGK = "2"
Unitful = "1"
UnPack = "1"
Unitful = "1"
UnitfulEquivalences = "0.2"
WignerSymbols = "2"
YAML = "0.4"
julia = "1.6,1.7,1.8,1.9,1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 6aba775

@cfranken
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/105054

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 6aba7754b96c0fb011270d2ccca0b04f77a8cb4d
git push origin v1.0.2

Also, note the warning: Version 1.0.2 skips over 1.0.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.