forked from AmritSe/RReliefF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
22 lines (19 loc) · 657 Bytes
/
Pipfile
File metadata and controls
22 lines (19 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = ">=1.24"
# GPU backends (all optional — install the one matching your hardware):
# mlx = {version = ">=0.10", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'"} # Apple Silicon
# cupy-cuda12x = ">=13.0" # NVIDIA CUDA 12.x (or cupy-cuda11x for CUDA 11)
# jax = {version = ">=0.4.20", extras = ["cuda12"]} # NVIDIA via JAX, or: pip install jax jax-metal (Apple), jax[rocm] (AMD)
[dev-packages]
pytest = ">=7.0"
pytest-cov = ">=4.0"
mypy = ">=1.0"
numpy = ">=1.24"
matplotlib = ">=3.0"
scipy = ">=1.10"
[requires]
python_version = "3.12"