Skip to content

Commit

Permalink
Merge pull request #24 from george0st/changes
Browse files Browse the repository at this point in the history
Support numpy 2.0
  • Loading branch information
george0st authored Aug 29, 2024
2 parents ba21c26 + f4decd1 commit af0c6da
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
18 changes: 13 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
click~=8.1
numpy<=1.24.3
psutil~=5.9
packaging>=21.3

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

contourpy>=1.0.0,<=1.3.0

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

qgate_graph==1.4.8

coverage>=7
coverage-badge>=1
pympler==1.0.1
qgate_graph==1.4.7
pympler==1.0.1
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.8'
__version__ = '0.4.9'
13 changes: 9 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
numpy<=1.24.3
psutil~=5.9
packaging>=21.3
qgate_graph==1.4.7
# numpy higher version need python>=3.10 (not 3.9)
numpy>=1.26.4,<=2.0.1

contourpy>=1.0.0,<=1.3.0

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

qgate_graph==1.4.8

0 comments on commit af0c6da

Please sign in to comment.