Skip to content

Commit 0292661

Browse files
authored
Merge pull request #184 from python-discord/jb3/3.12-ignores
Disable dependencies without wheels on 3.12
2 parents f85116a + cd604fe commit 0292661

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

deployment.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,21 @@ spec:
4242
forbiddenfruit~=0.1
4343
fuzzywuzzy~=0.18
4444
lark~=1.1
45-
matplotlib~=3.6
45+
"matplotlib~=3.6 ; python_version == \'3.11\'"
4646
more-itertools~=9.0
4747
networkx~=3.0
48-
numpy~=1.24
49-
pandas~=1.5
50-
pendulum~=2.1
48+
"numpy~=1.24 ; python_version == \'3.11\'"
49+
"numpy==1.26.0b1 ; python_version == \'3.12\'"
50+
"pandas~=1.5 ; python_version == \'3.11\'"
51+
"pendulum~=2.1 ; python_version == \'3.11\'"
5152
python-dateutil~=2.8
5253
pyyaml~=6.0
5354
scipy~=1.10
5455
sympy~=1.11
5556
toml~=0.10
5657
typing-extensions~=4.4
5758
tzdata~=2022.7
58-
yarl~=1.8
59+
"yarl~=1.8 ; python_version == \'3.11\'"
5960
' \;
6061
volumes:
6162
- name: snekbox-user-base-volume

0 commit comments

Comments
 (0)