Skip to content

Commit

Permalink
added compats for weak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 committed Aug 7, 2023
1 parent e430faa commit eda7f60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ ExaModelsSpecialFunctions = "SpecialFunctions"

[compat]
NLPModels = "0.20"
SpecialFunctions = "2"
KernelAbstractions = "0.9"
CUDA = "4"
oneAPI = "1"
julia = "1.9"

[extras]
Expand Down

2 comments on commit eda7f60

@sshin23
Copy link
Collaborator Author

@sshin23 sshin23 commented on eda7f60 Aug 7, 2023

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/88716

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 v0.1.0 -m "<description of version>" eda7f609cdb22b67b42a9a71b5cea93172689fd7
git push origin v0.1.0

Please sign in to comment.