Skip to content

Commit fecbb83

Browse files
committed
revert python version floor increment
1 parent 1252add commit fecbb83

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

pyproject.toml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"urllib3",
2323
"setuptools",
2424
]
25-
requires-python = ">=3.11,<4.0"
25+
requires-python = ">=3.9,<4.0"
2626
authors = [
2727
{name = "Dimitri Yatsenko", email = "[email protected]"},
2828
{name = "Thinh Nguyen", email = "[email protected]"},
@@ -85,6 +85,7 @@ test = [
8585
"pytest-env",
8686
"docker",
8787
"requests",
88+
"graphviz"
8889
]
8990

9091
[project.optional-dependencies]
@@ -119,4 +120,22 @@ S3_ACCESS_KEY="datajoint"
119120
S3_SECRET_KEY="datajoint"
120121
S3_BUCKET="datajoint.test"
121122
PYTHON_USER="dja"
122-
JUPYTER_PASSWORD="datajoint"
123+
JUPYTER_PASSWORD="datajoint"
124+
125+
126+
[tool.pixi.workspace]
127+
channels = ["conda-forge"]
128+
platforms = ["linux-64"]
129+
130+
[tool.pixi.pypi-dependencies]
131+
datajoint = { path = ".", editable = true }
132+
133+
[tool.pixi.environments]
134+
default = { solve-group = "default" }
135+
dev = { features = ["dev"], solve-group = "default" }
136+
test = { features = ["test"], solve-group = "default" }
137+
138+
[tool.pixi.tasks]
139+
140+
[tool.pixi.dependencies]
141+
graphviz = ">=13.1.2,<14"

0 commit comments

Comments
 (0)