We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6da590 commit 6184dc4Copy full SHA for 6184dc4
deployment.yaml
@@ -34,7 +34,7 @@ spec:
34
pip install --user --upgrade
35
anyio[trio]~=3.6
36
arrow~=1.2
37
- attrs~=22.1
+ attrs~=22.2
38
beautifulsoup4~=4.11
39
einspect~=0.5
40
fishhook~=0.2
@@ -43,17 +43,17 @@ spec:
43
lark~=1.1
44
matplotlib~=3.6
45
more-itertools~=9.0
46
- networkx~=2.8
47
- numpy~=1.23
+ networkx~=3.0
+ numpy~=1.24
48
pandas~=1.5
49
pendulum~=2.1
50
python-dateutil~=2.8
51
pyyaml~=6.0
52
- scipy~=1.9.2
+ scipy~=1.10
53
sympy~=1.11
54
toml~=0.10
55
typing-extensions~=4.4
56
- tzdata~=2022.6
+ tzdata~=2022.7
57
yarl~=1.8
58
volumes:
59
- name: snekbox-user-base-volume
0 commit comments