Skip to content

Commit

Permalink
Merge pull request #31 from george0st/changes
Browse files Browse the repository at this point in the history
Support numpy 2.1.1
  • Loading branch information
george0st authored Sep 4, 2024
2 parents 8aaacdf + ee23916 commit 7cefa48
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/qgate-perf.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
click~=8.1

# numpy higher version need python>=3.10 (not 3.9)
numpy>=1.26.4,<=2.0.1
# numpy higher version need python==3.9 max numpy==2.0.1
numpy>=1.26.4,<=2.1.1

contourpy>=1.0.0,<=1.3.0
#contourpy>=1.0.0,<=1.3.0

# psutil 6.0.0, ok
psutil>=5.9.0,<=6.0.0
packaging>=21.0
packaging>=21.0,<=24.1

qgate_graph==1.4.14
qgate_graph==1.4.15

coverage>=7
coverage-badge>=1
Expand Down
2 changes: 1 addition & 1 deletion qgate_perf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.4.15'
__version__ = '0.4.16'
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# numpy higher version need python>=3.10 (not 3.9)
numpy>=1.26.4,<=2.0.1
# numpy higher version need python==3.9 max numpy==2.0.1
numpy>=1.26.4,<=2.1.1

contourpy>=1.0.0,<=1.3.0
#contourpy>=1.0.0,<=1.3.0

psutil>=5.9.0,<=6.0.0
packaging>=21.0
packaging>=21.0,<=24.1

qgate_graph==1.4.14
qgate_graph==1.4.15

0 comments on commit 7cefa48

Please sign in to comment.