File size: 458 Bytes
52da7b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "reframr"
version = "0.1.0"
description = "CPU-first analytical language modeling research framework for REFRAMR."
requires-python = ">=3.13"
dependencies = [
    "numpy>=2.1,<3",
    "scipy>=1.14,<2",
    "datasets>=4.1,<5",
    "huggingface-hub>=1.1,<2",
    "pyarrow>=24,<25",
    "requests>=2.32,<3",
]

[project.scripts]
reframr = "reframr.cli:main"

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"