Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] d2510c9735
build(deps): update uvicorn requirement from ~=0.30.6 to ~=0.32.0
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.32.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-20 22:41:08 +00:00
leafspark 367afa70e2
Merge pull request #4 from leafspark/dependabot/pip/scipy-approx-eq-1.14.1
build(deps): update scipy requirement from ~=1.13.1 to ~=1.14.1
2024-09-28 11:14:03 -07:00
dependabot[bot] 3737742165
build(deps): update scipy requirement from ~=1.13.1 to ~=1.14.1
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 22:34:05 +00:00
dependabot[bot] 08ae56d012
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 22:34:00 +00:00
BuildTools 36306e5b12
feat(models): load models from JSON configuration
- load models from JSON configuration
- resolve security issue
- update dependencies
- optimize imports in graph.py and monitor.py
2024-09-21 16:45:48 -07:00
dependabot[bot] 0e10ef9850
build(deps): update numpy requirement from ~=1.26.4 to ~=2.1.1
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 23:31:12 +00:00
BuildTools dff316c725
docs: add README.md and initial commit
- add code
- add GitHub workflows
- add GitHub repo files
2024-09-21 16:30:15 -07:00