# Requirements for stl2wrl - STL to VRML converter
# This file specifies compatible versions for different Python versions

# numpy-stl 3.1.2 is suitable for Python >= 3.6
# This version works with both older and newer Python versions

# For all Python versions (universal compatibility)
numpy>=1.19.0
numpy-stl==3.1.2

# Alternative for newer Python versions (>= 3.9)
# numpy>=1.22.0
# numpy-stl>=3.1.2

# For K3 environment (Python 3.7 32-bit Windows only)
# Manual installation required:
# pip install numpy-stl==3.1.2 -U --target <UserProto>/site-packages

# Installation instructions:
# For standard Python environments:
# pip install -r requirements.txt

# For K3 environment:
# pip install numpy-stl==3.1.2 -U --target <UserProto>/site-packages