-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 748 Bytes
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 748 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
[project]
name = "fisher_stein"
version = "0.1.0"
description = "Checking the linear representation hypothesis"
authors = [
{ name = "Dashiell Stander", email = "dash.stander@gmail.com" }
]
dependencies = [
"torch>=2.7.1",
"transformers>=4.54.1",
"datasets>=4.0.0",
"jupyterlab>=4.4.5",
"numpy>=2.2",
"polars>=1.31.0",
"plotnine>=0.15.0",
"ruff>=0.12.7",
"tqdm>=4.67.1",
"optree>=0.17.0",
"boto3>=1.40.6",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/fisher_stein"]