Skip to content

Commit

Permalink
revised test env and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed May 6, 2020
1 parent 813bdbc commit 865b45a
Show file tree
Hide file tree
Showing 6 changed files with 709 additions and 18 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- osx
- windows
julia:
- 1.0
- 1.4
- nightly
matrix:
Expand Down
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ version = "1.2.0"

[[Parsers]]
deps = ["Dates", "Test"]
git-tree-sha1 = "f8f5d2d4b4b07342e5811d2b6428e45524e241df"
git-tree-sha1 = "72c3451932513427caffbd8bab15643ad693804b"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "1.0.2"
version = "1.0.3"

[[Pkg]]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
Expand Down
15 changes: 1 addition & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.2.7"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -14,18 +13,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
AxisArrays = "0.3, 0.4"
Compat = "2, 3.2"
DataFrames = "0.19,0.20,0.21"
Requires = "0.5, 1"
julia = "1"

[extras]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"

[targets]
test = ["Test", "Gadfly", "VegaLite", "RCall", "Conda", "Unitful"]
julia = "1.2"
1 change: 0 additions & 1 deletion src/PlotAxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ using AxisArrays
using DataFrames
using Requires
using Dates
using Compat
using Statistics

export asplotable, plotaxes, linrange, logrange, rangefn
Expand Down
Loading

2 comments on commit 865b45a

@haberdashPI
Copy link
Owner 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 created: JuliaRegistries/General/14283

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.2.7 -m "<description of version>" 865b45a4b0e84080fb8ceb6b62a1a73c632b6977
git push origin v0.2.7

Please sign in to comment.