Skip to content

Commit

Permalink
Restrict to Julia >v1.2.
Browse files Browse the repository at this point in the history
NetwAnalysis requires newer dispatch algorithms.
  • Loading branch information
ma-laforge committed Jul 27, 2020
1 parent 43b8e29 commit e820f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 1.0
- 1.2
- nightly
matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ CMDimData = "0.1.0"
FFTW = "1.1"
SpiceData = "0.3.1"
LibPSF = "0.3.2"
julia = "1"
julia = "1.2"

2 comments on commit e820f90

@ma-laforge
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

Release notes:

First release.

Consolidated modules from the following repositories to make things more manageable:

  • CircuitAnalysis.jl
  • NetwAnalysis.jl
  • SignalProcessing.jl
  • EDAData.jl

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

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>" e820f903b9ef37b0fad58460460efbb99d2188db
git push origin v0.1.0

Please sign in to comment.