Skip to content

Commit

Permalink
upgraded to AbstractTensors v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Sep 9, 2020
1 parent 779ad7a commit 4086376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1
- julia_version: 1.3
- julia_version: 1.5
- julia_version: nightly

platform:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ julia:
- 1.2
- 1.3
- 1.4
- 1.5
- nightly
jobs:
allow_failures:
- julia: nightly
include:
- stage: "Documentation"
julia: 1.3
julia: 1.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("SyntaxTree"); Pkg.add("ForceImport"); Pkg.develop(PackageSpec(path=pwd())); Pkg.build("Reduce")'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ julia = "1"
ForceImport = "0"
SyntaxTree = "1"
ReplMaker = "0"
AbstractTensors = "0.5"
AbstractTensors = "0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 4086376

@chakravala
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/21139

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.8 -m "<description of version>" 408637638b8d7e7748c44ddb4a5b693ef06d402e
git push origin v1.2.8

Please sign in to comment.