Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion amber/LICENSE-binary-python
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Python packages:
- safetensors==0.7.0
- tenacity==8.5.0
- tokenizers==0.22.2
- transformers==4.57.3
- transformers==5.0.0rc3
- tzdata==2026.2
- websocket-client==1.9.0
- yarl==1.23.0
Expand All @@ -244,7 +244,9 @@ Dependencies under the MIT License

Python packages:
- aioitertools==0.13.0
- annotated-doc==0.0.4
- annotated-types==0.7.0
- anyio==4.13.0
- appdirs==1.4.4
- asn1crypto==1.5.1
- attrs==26.1.0
Expand All @@ -256,6 +258,7 @@ Python packages:
- fonttools==4.62.1
- fs==2.4.16
- greenlet==3.5.0
- h11==0.16.0
- h2==4.3.0
- hpack==4.1.0
- hyperframe==6.1.0
Expand Down Expand Up @@ -284,6 +287,8 @@ Python packages:
- six==1.17.0
- sqlalchemy==2.0.37
- strictyaml==1.7.3
- typer==0.25.1
- typer-slim==0.24.0
- typing-inspection==0.4.2
- tzlocal==2.1
- urllib3==2.6.3
Expand All @@ -300,6 +305,8 @@ Python packages:
- cycler==0.12.1
- fsspec==2025.9.0
- grpclib==0.4.9
- httpcore==1.0.9
- httpx==0.28.1
- idna==3.13
- jinja2==3.1.6
- joblib==1.5.3
Expand Down Expand Up @@ -336,6 +343,13 @@ Python packages:
- update-checker==0.18.0
- wrapt==1.17.3

--------------------------------------------------------------------------------
Dependencies under the ISC License
--------------------------------------------------------------------------------

Python packages:
- shellingham==1.5.4

--------------------------------------------------------------------------------
Dependencies under the Mozilla Public License, Version 2.0
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion amber/operator-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ torch==2.8.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64"
torch==2.8.0 ; platform_system != "Linux" or platform_machine != "x86_64"

scikit-learn==1.5.0
transformers==4.57.3
transformers==5.0.0rc3
scikit-image==0.25.2
Loading