Skip to content

Commit

Permalink
Require numpy<1.25 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
hqucms committed Jun 20, 2023
1 parent 9c4b72f commit 741c187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.19.5
numpy>=1.19.5,<1.25
scipy>=1.5.2
pandas>=1.1.3
scikit-learn>=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
install_requires.append(line)

setup(name="weaver-core",
version='0.4.3',
version='0.4.4',
description="A streamlined deep-learning framework for high energy physics",
long_description_content_type="text/markdown",
author="H. Qu, C. Li",
Expand Down

0 comments on commit 741c187

Please sign in to comment.