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

Merge branch 'feat/172-fix-version-of-numpy-2-0-0' into 'develop'

Resolve "Fix version of numpy<2.0.0"

See merge request !248
parents 355cba92 c1888a4e
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
Flask-HTTPAuth==4.5.0
Flask-RESTful==0.3.9
Jinja2==3.0.3
numpy<2.0.0
ncclient==0.6.15
p4runtime==1.3.0
pandas==1.5.*
......
......@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#numpy==1.23.*
numpy<2.0.0
pandas==1.5.*
#prophet==1.1.*
scikit-learn==1.1.*
......@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
numpy==1.23.*
numpy<2.0.0
onnxruntime==1.12.*
scikit-learn==1.1.*
......@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
numpy==1.23.*
numpy<2.0.0
asyncio==3.4.3
......@@ -18,7 +18,7 @@ APScheduler==3.10.1
#google-api-core
#opencensus[stackdriver]
#google-cloud-profiler
#numpy
numpy<2.0.0
#Jinja2==3.0.3
#ncclient==0.6.13
#p4runtime==1.3.0
......
......@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
numpy
numpy<2.0.0
redis
......@@ -17,5 +17,5 @@ flask-restplus==0.13.0
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
numpy==1.23.0
numpy<2.0.0
Werkzeug==0.16.1
......@@ -13,6 +13,7 @@
# limitations under the License.
numpy<2.0.0
pandas==1.5.*
requests==2.27.1
scikit-learn==1.1.*
......@@ -13,7 +13,7 @@
# limitations under the License.
#deepdiff==5.8.*
numpy==1.23.*
numpy<2.0.0
pandas==1.5.*
questdb==1.0.1
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