Commit c1888a4e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Requirements:

- Updated numpy version to <2.0.0
parent 355cba92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.*
+1 −1
Original line number Diff line number Diff line
@@ -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.*
+1 −1
Original line number Diff line number Diff line
@@ -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.*
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading