Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ requires-python = ">=3.7"
license = { text = "MIT" }
dependencies = [
# Pinned `daidepp` to `main`
"daidepp @ git+https://git@github.com/SHADE-AI/daidepp.git@f84f7279fb4a31083ad8e4b5fcf6d1ed290bae0e",
"daidepp @ git+https://git@github.com/SHADE-AI/daidepp.git@fd027bcbcf7fa3956adcae2ea12493051c8e279e",
# Pinned `diplomacy` to `main`
"diplomacy @ git+https://git@github.com/ALLAN-DIP/diplomacy.git@b9b95e51d5dad1b977c16e832a9c81152bc8a4fa",
"diplomacy @ git+https://git@github.com/ALLAN-DIP/diplomacy.git@9e7bf501b3b58bfb348dcc21671337cec40ea065",
# `importlib-metadata` `3.7.0` introduced `packages_distributions()`
'importlib-metadata>=3.7.0 ; python_version < "3.10"',
# `tornado` `3.1` introduced `ASYNC_TEST_TIMEOUT` environment variable
Expand All @@ -50,7 +50,7 @@ all = [
# Default extra to make OCI image builds easier
base = []
baseline-lr = [
"baseline-models @ git+https://git@github.com/ALLAN-DIP/baseline-models.git@aa21a999cc98308bf3bc3527fd1f6794accf5e2b",
"baseline-models @ git+https://git@github.com/ALLAN-DIP/baseline-models.git@32bdb22d287385416bb7fbb58791d7139ded1268",
]
dev = [
# Use older `mypy` version to keep code compatible with Python 3.7
Expand Down
6 changes: 3 additions & 3 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
accelerate==1.7.0
astroid==3.3.11
baseline_models @ git+https://git@github.com/ALLAN-DIP/baseline-models.git@aa21a999cc98308bf3bc3527fd1f6794accf5e2b
baseline_models @ git+https://git@github.com/ALLAN-DIP/baseline-models.git@32bdb22d287385416bb7fbb58791d7139ded1268
bcrypt==4.3.0
certifi==2025.7.14
cfgv==3.4.0
charset-normalizer==3.4.2
daidepp @ git+https://git@github.com/SHADE-AI/daidepp.git@f84f7279fb4a31083ad8e4b5fcf6d1ed290bae0e
daidepp @ git+https://git@github.com/SHADE-AI/daidepp.git@fd027bcbcf7fa3956adcae2ea12493051c8e279e
dill==0.4.0
diplomacy @ git+https://git@github.com/ALLAN-DIP/diplomacy.git@b9b95e51d5dad1b977c16e832a9c81152bc8a4fa
diplomacy @ git+https://git@github.com/ALLAN-DIP/diplomacy.git@9e7bf501b3b58bfb348dcc21671337cec40ea065
distlib==0.3.9
elastic-transport==8.17.1
elasticsearch==8.15.1
Expand Down