mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
Fix update script
This commit is contained in:
parent
c93cf3c21d
commit
3729bb1837
6 changed files with 6 additions and 6 deletions
|
@ -1049,7 +1049,7 @@ version = "0.4.3"
|
|||
|
||||
[[deps.ReCo]]
|
||||
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
|
||||
git-tree-sha1 = "d6af2db91383795aef2be181f045b2db5dcfd279"
|
||||
git-tree-sha1 = "4525d64c5233391a3ff498938221015b500b8e35"
|
||||
repo-rev = "main"
|
||||
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
|
||||
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
|
||||
|
|
|
@ -1014,7 +1014,7 @@ version = "0.4.3"
|
|||
|
||||
[[deps.ReCo]]
|
||||
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
|
||||
git-tree-sha1 = "d6af2db91383795aef2be181f045b2db5dcfd279"
|
||||
git-tree-sha1 = "4525d64c5233391a3ff498938221015b500b8e35"
|
||||
repo-rev = "main"
|
||||
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
|
||||
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
|
||||
|
|
|
@ -793,7 +793,7 @@ version = "1.5.3"
|
|||
|
||||
[[deps.ReCo]]
|
||||
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
|
||||
git-tree-sha1 = "d6af2db91383795aef2be181f045b2db5dcfd279"
|
||||
git-tree-sha1 = "4525d64c5233391a3ff498938221015b500b8e35"
|
||||
repo-rev = "main"
|
||||
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
|
||||
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
|
||||
|
|
|
@ -839,7 +839,7 @@ version = "1.5.3"
|
|||
|
||||
[[deps.ReCo]]
|
||||
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
|
||||
git-tree-sha1 = "d6af2db91383795aef2be181f045b2db5dcfd279"
|
||||
git-tree-sha1 = "4525d64c5233391a3ff498938221015b500b8e35"
|
||||
repo-rev = "main"
|
||||
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
|
||||
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using Pkg: Pkg
|
||||
|
||||
function update()
|
||||
projects = readlines("projects.txt")
|
||||
projects = readlines("scripts/projects.txt")
|
||||
|
||||
for project in projects
|
||||
Pkg.activate(project)
|
||||
|
|
|
@ -1050,7 +1050,7 @@ version = "0.4.3"
|
|||
|
||||
[[deps.ReCo]]
|
||||
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
|
||||
git-tree-sha1 = "d6af2db91383795aef2be181f045b2db5dcfd279"
|
||||
git-tree-sha1 = "4525d64c5233391a3ff498938221015b500b8e35"
|
||||
repo-rev = "main"
|
||||
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
|
||||
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
|
||||
|
|
Loading…
Reference in a new issue