Skip to content

Commit ac3fbc4

Browse files
requirements update
1 parent b10fb2b commit ac3fbc4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
numpy~=1.17.4
2-
matplotlib~=3.3.0
3-
mss~=6.0.0
4-
keyboard~=0.13.5
1+
numpy~=1.20.3
2+
keyboard~=0.13.5
3+
numba~=0.54.1
4+
matplotlib~=3.5.1
5+
mss~=6.1.0

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414
position = None
1515

1616
# call jit-compiling functions to compile them
17-
ai.calc_best(np.zeros((20, 10), dtype=np.int), 0)
17+
ai.calc_best(np.zeros((20, 10), dtype=int), 0)
1818
field, _ = get_field()
1919
print("Compilation complete")
2020

0 commit comments

Comments
 (0)