Compare commits
3 Commits
main
...
e51062b290
| Author | SHA1 | Date | |
|---|---|---|---|
| e51062b290 | |||
|
|
05800cbef3 | ||
|
|
0c4419f952 |
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[submodule "nodes/machineGroupControl"]
|
[submodule "nodes/machineGroupControl"]
|
||||||
path = nodes/machineGroupControl
|
path = nodes/machineGroupControl
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
|
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/machineGroupControl.git
|
||||||
[submodule "nodes/generalFunctions"]
|
[submodule "nodes/generalFunctions"]
|
||||||
path = nodes/generalFunctions
|
path = nodes/generalFunctions
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||||
@@ -13,13 +13,13 @@
|
|||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||||
[submodule "nodes/rotatingMachine"]
|
[submodule "nodes/rotatingMachine"]
|
||||||
path = nodes/rotatingMachine
|
path = nodes/rotatingMachine
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/rotatingMachine.git
|
||||||
[submodule "nodes/monster"]
|
[submodule "nodes/monster"]
|
||||||
path = nodes/monster
|
path = nodes/monster
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
||||||
[submodule "nodes/measurement"]
|
[submodule "nodes/measurement"]
|
||||||
path = nodes/measurement
|
path = nodes/measurement
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
|
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/measurement.git
|
||||||
[submodule "nodes/diffuser"]
|
[submodule "nodes/diffuser"]
|
||||||
path = nodes/diffuser
|
path = nodes/diffuser
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
|
||||||
|
|||||||
Submodule nodes/generalFunctions updated: 858189d6da...48a227d519
Submodule nodes/reactor updated: d56e422d90...7c8722b324
Submodule nodes/rotatingMachine updated: 99b45c87e4...d2a0274eb3
Submodule nodes/settler updated: 7f2d326612...efb99df107
1325
package-lock.json
generated
1325
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,6 +26,8 @@
|
|||||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
||||||
"license": "SEE LICENSE",
|
"license": "SEE LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@tensorflow/tfjs": "^4.22.0",
|
||||||
|
"@tensorflow/tfjs-node": "^4.22.0",
|
||||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||||
"mathjs": "^13.2.0"
|
"mathjs": "^13.2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user