-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
84 lines (76 loc) · 1.88 KB
/
Copy pathrequirements.txt
File metadata and controls
84 lines (76 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# MineStreakerContrastCampaign — Python dependencies
# Install with: pip install -r requirements.txt
#
# Python version: 3.10, 3.11, or 3.12 recommended.
# Python 3.13+ is NOT yet supported by pygame — pre-built wheels are unavailable
# and source compilation fails on Windows (distutils.msvccompiler was removed in 3.12).
# If you must use Python 3.13/3.14, install pygame separately first:
# pip install pygame --pre
# then re-run: pip install -r requirements.txt
#
# Run in a venv of python 3.12
# .venv\Scripts\activate
#
#
# Core scientific stack (pipeline + game engine)
#numpy==2.4.5
#scipy==1.17.1
# Image processing (pipeline)
#Pillow==12.2.0
#matplotlib==3.10.9
#scikit-image==0.26.0
# JIT compilation for SA kernel and CSP solver
#numba==0.65.1
# Game frontend
# Requires Python <=3.12 for pre-built wheels on Windows.
# See note at top of file for Python 3.13/3.14 workaround.
#pyflakes==3.4.0
#bandit==1.9.4
#pytest-cov==7.1.0
#hypothesis==6.152.9
#pytest-timeout==2.4.0
#pytest==9.0.3
# Windows-only pytest deps (keep conditional but pinned)
# Current VENV versions (upon 100% verification that all are compatible, lock in the exact versions instead of a range operator aka `==` vs `<=` >=`)
bandit==1.9.4
colorama==0.4.6
contourpy==1.3.3
coverage==7.14.0
cycler==0.12.1
fonttools==4.63.0
hypothesis==6.152.9
ImageIO==2.37.3
iniconfig==2.3.0
kiwisolver==1.5.0
lazy-loader==0.5
llvmlite==0.47.0
matplotlib==3.10.9
mdurl==0.1.2
networkx==3.6.1
numba==0.65.1
numpy==2.4.5
packaging==26.2
pillow==12.2.0
pip==26.1.1
pluggy==1.6.0
pyflakes==3.4.0
pygame==2.6.1
Pygments==2.20.0
pyparsing==3.3.2
pytest==9.0.3
markdown-it-py==4.2.0
pytest-cov==7.1.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
rich==15.0.0
scikit-image==0.26.0
scipy==1.17.1
setuptools==82.0.1
six==1.17.0
sortedcontainers==2.4.0
stevedore==5.7.0
tifffile==2026.5.15
wheel==0.47.0
pytest-timeout
#pytest-timeout==2.4.0
pytest-xdist