mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
feat: support python 3.7
This commit is contained in:
@@ -76,7 +76,6 @@ Some of these operations are not supported between two encrypted values. A detai
|
||||
* [np.cosh](https://numpy.org/doc/stable/reference/generated/numpy.cosh.html)
|
||||
* [np.deg2rad](https://numpy.org/doc/stable/reference/generated/numpy.deg2rad.html)
|
||||
* [np.degrees](https://numpy.org/doc/stable/reference/generated/numpy.degrees.html)
|
||||
* [np.divide](https://numpy.org/doc/stable/reference/generated/numpy.divide.html)
|
||||
* [np.dot](https://numpy.org/doc/stable/reference/generated/numpy.dot.html)
|
||||
* [np.equal](https://numpy.org/doc/stable/reference/generated/numpy.equal.html)
|
||||
* [np.exp](https://numpy.org/doc/stable/reference/generated/numpy.exp.html)
|
||||
@@ -143,6 +142,7 @@ Some of these operations are not supported between two encrypted values. A detai
|
||||
* [np.tan](https://numpy.org/doc/stable/reference/generated/numpy.tan.html)
|
||||
* [np.tanh](https://numpy.org/doc/stable/reference/generated/numpy.tanh.html)
|
||||
* [np.transpose](https://numpy.org/doc/stable/reference/generated/numpy.transpose.html)
|
||||
* [np.true\_divide](https://numpy.org/doc/stable/reference/generated/numpy.true\_divide.html)
|
||||
* [np.trunc](https://numpy.org/doc/stable/reference/generated/numpy.trunc.html)
|
||||
* [np.where](https://numpy.org/doc/stable/reference/generated/numpy.where.html)
|
||||
* [np.zeros\_like](https://numpy.org/doc/stable/reference/generated/numpy.zeros\_like.html)
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
fonttools 4.36.0 MIT License
|
||||
kiwisolver 1.4.4 BSD License
|
||||
matplotlib 3.5.3 Python Software Foundation License
|
||||
networkx 2.8.5 BSD License
|
||||
numpy 1.23.2 BSD License
|
||||
networkx 2.6.3 BSD License
|
||||
numpy 1.21.6 BSD License
|
||||
packaging 21.3 Apache Software License; BSD License
|
||||
pyparsing 3.0.9 MIT License
|
||||
python-dateutil 2.8.2 Apache Software License; BSD License
|
||||
@@ -15,4 +15,4 @@
|
||||
six 1.16.0 MIT License
|
||||
tomli 2.0.1 MIT License
|
||||
torch 1.12.1 BSD License
|
||||
typing-extensions 4.3.0 Python Software Foundation License
|
||||
typing-extensions 3.10.0.2 Python Software Foundation License
|
||||
|
||||
Reference in New Issue
Block a user