File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99requires-python = " >=3.11"
1010license = {file = " LICENSE.txt" }
1111dependencies = [
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]
2525dynamic = [" version" ]
2626
27- [project .scripts ]
28- eaa = " eaa.cli:main"
29-
3027[project .optional-dependencies ]
31- local = []
3228aps_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 ]
6451where = [" src" ]
You can’t perform that action at this time.
0 commit comments