1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00

Fix update script

This commit is contained in:
Mo8it 2022-04-07 02:33:05 +02:00
parent c93cf3c21d
commit 3729bb1837
6 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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"