Skip to content

Commit

Permalink
chore: update concrete-python to 2.5.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed Dec 27, 2023
1 parent e5f5470 commit 670bb95
Show file tree
Hide file tree
Showing 5 changed files with 2,274 additions and 1,880 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPEN_PR="true"
# Force the installation of a Concrete Python version, which is very useful with nightly versions
# /!\ WARNING /!\: This version should NEVER be a wildcard as it might create some
# issues when trying to run it in the future.
CONCRETE_PYTHON_VERSION="concrete-python==2023.12.5"
CONCRETE_PYTHON_VERSION="concrete-python==2.5.0-rc2"

# Force the installation of Concrete Python's latest version, release-candidates included
# CONCRETE_PYTHON_VERSION="$$(poetry run python \
Expand All @@ -40,11 +40,14 @@ setup_env:
if [[ $$(uname) != "Darwin" ]]; then \
poetry run python -m pip install -U --force-reinstall setuptools; \
fi

echo "Installing poetry lock ..."
if [[ $$(uname) != "Linux" ]] && [[ $$(uname) != "Darwin" ]]; then \
poetry install --only dev; \
else \
poetry install; \
fi
echo "Finished installing poetry lock."

echo "Installing $(CONCRETE_PYTHON_VERSION)" && \
poetry run python -m pip install -U --pre "$(CONCRETE_PYTHON_VERSION)"
Expand Down
50 changes: 26 additions & 24 deletions deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
Name, Version, License
GitPython, 3.1.35, BSD License
PyYAML, 6.0.1, MIT License
anyio, 3.7.1, MIT License
boto3, 1.28.32, Apache Software License
botocore, 1.31.32, Apache Software License
anyio, 4.2.0, MIT License
boto3, 1.34.8, Apache Software License
botocore, 1.34.8, Apache Software License
brevitas, 0.8.0, UNKNOWN
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.2.0, MIT License
charset-normalizer, 3.3.2, MIT License
click, 8.1.7, BSD License
coloredlogs, 15.0.1, MIT License
concrete-python, 2023.12.5, BSD-3-Clause
concrete-python, 2.5.0rc2, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.7, BSD License
exceptiongroup, 1.1.3, MIT License
exceptiongroup, 1.2.0, MIT License
fastapi, 0.102.0, MIT License
filelock, 3.12.2, The Unlicense (Unlicense)
flatbuffers, 2.0.7, Apache Software License
fsspec, 2023.6.0, BSD License
gitdb, 4.0.10, BSD License
filelock, 3.13.1, The Unlicense (Unlicense)
flatbuffers, 23.5.26, Apache Software License
fsspec, 2023.12.2, BSD License
gitdb, 4.0.11, BSD License
h11, 0.14.0, MIT License
huggingface-hub, 0.16.4, Apache Software License
huggingface-hub, 0.20.1, Apache Software License
humanfriendly, 10.0, MIT License
hummingbird-ml, 0.4.8, MIT License
idna, 3.4, BSD License
idna, 3.6, BSD License
importlib-resources, 6.1.1, Apache Software License
iniconfig, 2.0.0, MIT License
jmespath, 1.0.1, MIT License
joblib, 1.3.2, BSD License
Expand All @@ -34,38 +35,39 @@ onnxconverter-common, 1.13.0, MIT License
onnxmltools, 1.11.0, Apache Software License
onnxoptimizer, 0.3.10, Apache License v2.0
onnxruntime, 1.13.1, MIT License
packaging, 23.1, Apache Software License; BSD License
pluggy, 1.2.0, MIT License
packaging, 23.2, Apache Software License; BSD License
pluggy, 1.3.0, MIT License
protobuf, 3.20.3, BSD-3-Clause
psutil, 5.9.5, BSD License
pydantic, 1.10.12, MIT License
psutil, 5.9.7, BSD License
pydantic, 1.10.13, MIT License
pytest, 7.4.1, MIT License
pytest-json-report, 1.5.0, MIT
pytest-metadata, 3.0.0, MIT License
python-dateutil, 2.8.2, Apache Software License; BSD License
regex, 2023.8.8, Apache Software License
regex, 2023.12.25, Apache Software License
requests, 2.31.0, Apache Software License
s3transfer, 0.6.2, Apache Software License
safetensors, 0.3.2, Apache Software License
s3transfer, 0.10.0, Apache Software License
safetensors, 0.4.1, Apache Software License
scikit-learn, 1.1.3, BSD License
scipy, 1.10.1, BSD License
six, 1.16.0, MIT License
skl2onnx, 1.12, Apache Software License
skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.0, BSD License
smmap, 5.0.1, BSD License
sniffio, 1.3.0, Apache Software License; MIT License
starlette, 0.27.0, BSD License
sympy, 1.12, BSD License
tabulate, 0.8.10, MIT License
threadpoolctl, 3.2.0, BSD License
tokenizers, 0.13.3, Apache Software License
tokenizers, 0.15.0, Apache Software License
tomli, 2.0.1, MIT License
torch, 1.13.1, BSD License
tqdm, 4.66.1, MIT License; Mozilla Public License 2.0 (MPL 2.0)
transformers, 4.32.0, Apache Software License
transformers, 4.36.2, Apache Software License
typing_extensions, 4.5.0, Python Software Foundation License
urllib3, 1.26.16, MIT License
urllib3, 1.26.18, MIT License
uvicorn, 0.21.1, BSD License
xgboost, 1.6.2, Apache Software License
z3-solver, 4.12.3.0, MIT License
z3-solver, 4.12.2.0, MIT License
zipp, 3.17.0, MIT License
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b19adb1c64bd8c6e86f8374568b1cca7
246ea1101861b1280291ac117d012c86
Loading

0 comments on commit 670bb95

Please sign in to comment.