Skip to content

Commit ec334fe

Browse files
committed
REVERT: revert pyproject.toml on local sci-agent installation
1 parent 890b4a1 commit ec334fe

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
license = {file = "LICENSE.txt"}
1111
dependencies = [
12-
"sci-agent",
12+
"sci-agent@git+https://github.com/mdw771/sci-agent",
1313
"matplotlib",
1414
"numpy",
1515
"scikit-image",
@@ -24,11 +24,7 @@ dependencies = [
2424
]
2525
dynamic = ["version"]
2626

27-
[project.scripts]
28-
eaa = "eaa.cli:main"
29-
3027
[project.optional-dependencies]
31-
local = []
3228
aps_mic = [
3329
"bluesky",
3430
"mic-instrument@git+https://github.com/BCDA-APS/bluesky-mic.git",
@@ -51,14 +47,5 @@ dev = [
5147

5248
[tool.setuptools_scm]
5349

54-
[tool.setuptools.package-data]
55-
eaa = ["skills/**"]
56-
57-
[tool.uv.sources]
58-
sci-agent = [
59-
{ git = "https://github.com/mdw771/sci-agent", marker = "extra != 'local'" },
60-
{ path = "/data/programs/sci-agent", marker = "extra == 'local'" },
61-
]
62-
6350
[tool.setuptools.packages.find]
6451
where = ["src"]

0 commit comments

Comments
 (0)