Skip to content

Commit

Permalink
update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 26, 2023
1 parent a96b2d1 commit 46cd9a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"

[compat]
Dates = "1"
CSV = "~0.10"
DataFrames = "1"
DataStructures = "~0.18"
Downloads = "1.6"
HDF5 = "0.17"
InfrastructureSystems = "^1.21"
LazyArtifacts = "1"
PowerSystems = "3"
PrettyTables = "2"
Random = "1"
TimeSeries = "~0.22, 0.23"
julia = "^1.6"

2 comments on commit 46cd9a4

@jd-lara
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 register()

@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/94169

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.2.2 -m "<description of version>" 46cd9a4c6493ab563d59698f356602163085ac8a
git push origin v1.2.2

Please sign in to comment.