-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (31 loc) · 976 Bytes
/
requirements.txt
File metadata and controls
37 lines (31 loc) · 976 Bytes
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
# SySL Core Dependencies
# ======================
numpy>=1.21.0
sympy>=1.9.0
jinja2>=3.0.0
Pillow>=8.3.0
# External Dependency (required)
# ------------------------------
# GeoLiPI provides the symbolic geometric expression system.
# Install from: https://github.com/bardofcodes/geolipi
# pip install geolipi # or install from source
# Optional: Jupyter Notebook Support
# ----------------------------------
# Uncomment to enable inline visualization in Jupyter notebooks
# IPython>=7.0.0
# jupyter>=1.0.0
# Optional: Offline Rendering (ModernGL)
# --------------------------------------
# Uncomment to enable headless GPU rendering without a browser
# moderngl>=5.6.0
# PyOpenGL>=3.1.0
# Optional: PyTorch Compute
# -------------------------
# Uncomment to enable torch_compute module for differentiable evaluation
# torch>=1.9.0
# Development Dependencies
# ------------------------
# Uncomment for development/testing
# pytest>=6.0.0
# black>=21.0.0
# flake8>=3.9.0