We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493cd4f commit 6926623Copy full SHA for 6926623
2 files changed
.gitignore
@@ -5,4 +5,5 @@
5
.DS_Store
6
docs/Manifest.toml
7
test/Manifest.toml
8
-docs/build/
+docs/build/
9
+benchmark/Manifest.toml
benchmark/benchmarks.jl
@@ -1,6 +1,6 @@
1
using Pkg
2
Pkg.activate(dirname(@__FILE__))
3
-Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
+# Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
4
Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl", rev="master")
Pkg.add(url="https://github.com/PalmStudio/XPalm.jl", rev="main")
Pkg.resolve()
0 commit comments