We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85116a + cd604fe commit 0292661Copy full SHA for 0292661
deployment.yaml
@@ -42,20 +42,21 @@ spec:
42
forbiddenfruit~=0.1
43
fuzzywuzzy~=0.18
44
lark~=1.1
45
- matplotlib~=3.6
+ "matplotlib~=3.6 ; python_version == \'3.11\'"
46
more-itertools~=9.0
47
networkx~=3.0
48
- numpy~=1.24
49
- pandas~=1.5
50
- pendulum~=2.1
+ "numpy~=1.24 ; python_version == \'3.11\'"
+ "numpy==1.26.0b1 ; python_version == \'3.12\'"
+ "pandas~=1.5 ; python_version == \'3.11\'"
51
+ "pendulum~=2.1 ; python_version == \'3.11\'"
52
python-dateutil~=2.8
53
pyyaml~=6.0
54
scipy~=1.10
55
sympy~=1.11
56
toml~=0.10
57
typing-extensions~=4.4
58
tzdata~=2022.7
- yarl~=1.8
59
+ "yarl~=1.8 ; python_version == \'3.11\'"
60
' \;
61
volumes:
62
- name: snekbox-user-base-volume
0 commit comments