Skip to content

Commit c26965d

Browse files
committed
...
1 parent f26c41d commit c26965d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/qgate-perf.iml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# numpy higher version need python>=3.10 (not 3.9)
2-
numpy>=1.26.4,<=2.0.1
1+
# numpy higher version need python==3.9 max numpy==2.0.1
2+
numpy>=1.26.4,<=2.1.1
33

44
contourpy>=1.0.0,<=1.3.0
55

66
psutil>=5.9.0,<=6.0.0
77
packaging>=21.0
88

9-
qgate_graph==1.4.14
9+
qgate_graph==1.4.15

0 commit comments

Comments
 (0)