diff options
author | 2023-02-02 17:06:03 -0500 | |
---|---|---|
committer | 2023-02-02 17:06:03 -0500 | |
commit | 6184dc4f3ab0ff9e44145b960c40c0695516deab (patch) | |
tree | bae74c83b32977da85c9faccaa3c2a67a5cf6c4a | |
parent | Add `--upgrade` flag to deployment pip install (diff) |
Update deps to newest
Bumps dependencies to newest versions:
- attrs
- networkx
- numpy
- scipy
- tzdata
-rw-r--r-- | deployment.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deployment.yaml b/deployment.yaml index 6704b51..b0856f3 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -34,7 +34,7 @@ spec: pip install --user --upgrade anyio[trio]~=3.6 arrow~=1.2 - attrs~=22.1 + attrs~=22.2 beautifulsoup4~=4.11 einspect~=0.5 fishhook~=0.2 @@ -43,17 +43,17 @@ spec: lark~=1.1 matplotlib~=3.6 more-itertools~=9.0 - networkx~=2.8 - numpy~=1.23 + networkx~=3.0 + numpy~=1.24 pandas~=1.5 pendulum~=2.1 python-dateutil~=2.8 pyyaml~=6.0 - scipy~=1.9.2 + scipy~=1.10 sympy~=1.11 toml~=0.10 typing-extensions~=4.4 - tzdata~=2022.6 + tzdata~=2022.7 yarl~=1.8 volumes: - name: snekbox-user-base-volume |