Skip to content

Commit

Permalink
Remove version constraints (#140)
Browse files Browse the repository at this point in the history
* Bump compat for SpecialFunctions

* Remove compat for Arpack

* Remove Manifest

* Remove docs/Manifest.toml

* Add auto-added entry

* Keep same compat as package

* Increment version number
  • Loading branch information
sethaxen authored Mar 29, 2020
1 parent b7f96bc commit f070e54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 447 deletions.
270 changes: 0 additions & 270 deletions Manifest.toml

This file was deleted.

6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name = "Manifolds"
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
authors = ["Seth Axen <[email protected]>", "Mateusz Baran <[email protected]>", "Ronny Bergmann <[email protected]>", "Antoine Levitt <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Expand All @@ -22,7 +21,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Arpack = "=0.3.2"
Distributions = "0.22, 0.23"
Einsum = "0.4"
FiniteDifferences = "0.9"
Expand All @@ -31,7 +29,7 @@ LightGraphs = "1"
ManifoldsBase = "0.7.3"
Requires = "0.5, 1"
SimpleWeightedGraphs = "1"
SpecialFunctions = "=0.8"
SpecialFunctions = "0.8, 0.9, 0.10"
StaticArrays = "0.12"
StatsBase = "0.32, 0.33"
julia = "1.0"
Expand Down
Loading

2 comments on commit f070e54

@sethaxen
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 created: JuliaRegistries/General/11801

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.2 -m "<description of version>" f070e54148695cfde09cc7110b9df7105dd96851
git push origin v0.1.2

Please sign in to comment.