-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
63 lines (53 loc) · 1.49 KB
/
pyproject.toml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[project]
name = "openprotein_python"
packages = [{ include = "openprotein" }]
version = "0.5.0.dev0"
description = "OpenProtein Python interface."
license = "MIT"
readme = "README.md"
homepage = "https://docs.openprotein.ai/"
authors = [{ name = "Mark Gee", email = "[email protected]" }]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
]
dependencies = [
"requests>=2.32.3,<3",
"pydantic>=2.5,<3",
"tqdm>=4.66.5,<5",
"pandas>=2.1.4,<3",
"numpy>=2.1.1,<3",
]
requires-python = ">=3.10,<3.11"
[project.optional-dependencies]
dev = [
"ipykernel>=6.29.5,<7",
"pytest>=8.3.3,<9",
"pandas-stubs>=2.1.4.240909,<3",
"hatchling>=1.25.0,<2",
"matplotlib>=3.9.2,<4",
"scipy>=1.14.1,<2",
]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
[tool.pixi.dependencies]
python = ">=3.10,<3.11"
[tool.pixi.environments]
default = { solve-group = "default" }
dev = { features = ["dev"], solve-group = "default" }
[tool.pixi.tasks]
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
[tool.pixi.feature.dev.dependencies]
pip = ">=24.2,<25"
editables = ">=0.5,<0.6"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.hatch.build.targets.sdist]
packages = ["openprotein"]
[tool.hatch.build.targets.wheel]
packages = ["openprotein"]
[tool.pyright]
# typeCheckingMode = "off" # this shit too hard LOL
typeCheckingMode = "basic" # LETS DO THIS SHIT