Skip to content

Commit

Permalink
fix: update numpy to 1.21.0
Browse files Browse the repository at this point in the history
	- include numpy 1.26 for newer versions of python
  • Loading branch information
Pratyush Singh authored and Pratyush Singh committed Oct 12, 2023
1 parent a418033 commit 04c50c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scikit-learn~=1.2.2
numpy<=1.20.0
numpy~=1.21.0 ; python_version <= "3.9"
numpy~=1.26.0 ; python_version > "3.9"
pandas~=1.4.3
tabulate
matplotlib
Expand Down

0 comments on commit 04c50c7

Please sign in to comment.