Skip to content

Commit fd291a1

Browse files
committed
Update script, credit ExplicitImports.jl
1 parent d87df93 commit fd291a1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NDTensors/vendor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ To update the dependencies, install the `vendor` environment and invoke `run.jl`
1111
julia --project=vendor -e 'using Pkg; Pkg.instantiate()'
1212
julia --project=vendor vendor/run.jl
1313
```
14+
15+
Note that this is based on https://github.com/JuliaTesting/ExplicitImports.jl/tree/v1.13.2/vendor.

NDTensors/vendor/run.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Based on https://github.com/JuliaTesting/ExplicitImports.jl/tree/v1.13.2/vendor
2+
13
using PackageAnalyzer: PackageAnalyzer
24

35
deps = [("TypeParameterAccessors", v"0.3.11")]

0 commit comments

Comments
 (0)