4 Commits

Author SHA1 Message Date
be326dde62 update url 2025-11-05 10:02:28 +01:00
znetsixe
1926f0b111 updated package to point to main branch always 2025-11-05 09:09:44 +01:00
znetsixe
b986427d8f updated latest commit 2025-11-03 09:17:44 +01:00
znetsixe
516ffce6ad updates 2025-10-31 18:36:31 +01:00
6 changed files with 25 additions and 288 deletions

8
.gitmodules vendored
View File

@@ -1,16 +1,16 @@
[submodule "nodes/machineGroupControl"]
path = nodes/machineGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
url = https://gitea.centraal.wbd-rd.nl/janneketack/machineGroupControl.git
[submodule "nodes/generalFunctions"]
path = nodes/generalFunctions
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
url = https://gitea.centraal.wbd-rd.nl/janneketack/generalFunctions.git
[submodule "nodes/valveGroupControl"]
path = nodes/valveGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git
url = https://gitea.centraal.wbd-rd.nl/janneketack/valveGroupControl.git
[submodule "nodes/valve"]
path = nodes/valve
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
url = https://gitea.centraal.wbd-rd.nl/janneketack/valve.git
[submodule "nodes/rotatingMachine"]
path = nodes/rotatingMachine
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git

297
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@
"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#main",
"mathjs": "^13.2.0"
}
}