Skip to content
Snippets Groups Projects
Commit c1888a4e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Requirements:

- Updated numpy version to <2.0.0
parent 355cba92
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!248Resolve "Fix version of numpy<2.0.0"
...@@ -23,6 +23,7 @@ Flask==2.1.3 ...@@ -23,6 +23,7 @@ Flask==2.1.3
Flask-HTTPAuth==4.5.0 Flask-HTTPAuth==4.5.0
Flask-RESTful==0.3.9 Flask-RESTful==0.3.9
Jinja2==3.0.3 Jinja2==3.0.3
numpy<2.0.0
ncclient==0.6.15 ncclient==0.6.15
p4runtime==1.3.0 p4runtime==1.3.0
pandas==1.5.* pandas==1.5.*
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#numpy==1.23.* numpy<2.0.0
pandas==1.5.* pandas==1.5.*
#prophet==1.1.* #prophet==1.1.*
scikit-learn==1.1.* scikit-learn==1.1.*
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
numpy==1.23.* numpy<2.0.0
onnxruntime==1.12.* onnxruntime==1.12.*
scikit-learn==1.1.* scikit-learn==1.1.*
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
numpy==1.23.* numpy<2.0.0
asyncio==3.4.3 asyncio==3.4.3
...@@ -18,7 +18,7 @@ APScheduler==3.10.1 ...@@ -18,7 +18,7 @@ APScheduler==3.10.1
#google-api-core #google-api-core
#opencensus[stackdriver] #opencensus[stackdriver]
#google-cloud-profiler #google-cloud-profiler
#numpy numpy<2.0.0
#Jinja2==3.0.3 #Jinja2==3.0.3
#ncclient==0.6.13 #ncclient==0.6.13
#p4runtime==1.3.0 #p4runtime==1.3.0
......
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
numpy numpy<2.0.0
redis redis
...@@ -17,5 +17,5 @@ flask-restplus==0.13.0 ...@@ -17,5 +17,5 @@ flask-restplus==0.13.0
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.11.3 Jinja2==2.11.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
numpy==1.23.0 numpy<2.0.0
Werkzeug==0.16.1 Werkzeug==0.16.1
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
numpy<2.0.0
pandas==1.5.* pandas==1.5.*
requests==2.27.1 requests==2.27.1
scikit-learn==1.1.* scikit-learn==1.1.*
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
#deepdiff==5.8.* #deepdiff==5.8.*
numpy==1.23.* numpy<2.0.0
pandas==1.5.* pandas==1.5.*
questdb==1.0.1 questdb==1.0.1
requests==2.27.* requests==2.27.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment