mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: rename package
- poetry lock required to update package name - related Makefile and licenses update to keep consistency (will be removed once the PyPi package is available) - modified compile_torch_model to only accept datasets with one input mypy error with better numpy typing hints appeared closes #1252
This commit is contained in:
@@ -62,7 +62,7 @@ then
|
||||
python -m pip install -U --force-reinstall setuptools
|
||||
poetry install --no-dev --extras full
|
||||
python -m pip install pip-licenses
|
||||
pip-licenses | grep -v "pkg\-resources\|concretefhe" | tee "${NEW_LICENSES_FILENAME}"
|
||||
pip-licenses | grep -v "pkg\-resources\|concrete-framework" | tee "${NEW_LICENSES_FILENAME}"
|
||||
|
||||
# Remove trailing whitespaces
|
||||
if [ "$UNAME" == "Darwin" ]
|
||||
@@ -99,7 +99,7 @@ then
|
||||
source $TMP_VENV_PATH/tmp_venv/bin/activate
|
||||
|
||||
make setup_env
|
||||
pip-licenses | grep -v "pkg\-resources\|concretefhe" | tee "${NEW_LICENSES_FILENAME}"
|
||||
pip-licenses | grep -v "pkg\-resources\|concrete-framework" | tee "${NEW_LICENSES_FILENAME}"
|
||||
|
||||
# Remove trailing whitespaces
|
||||
if [ "$UNAME" == "Darwin" ]
|
||||
|
||||
Reference in New Issue
Block a user