Skip to content

Commit f29c5ce

Browse files
committed
build: update requirements.txt to avoid pinning
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
1 parent 34f6bd3 commit f29c5ce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
matplotlib==3.3.4
2-
numpy==1.21.0
3-
pandas==1.3.4
4-
scipy==1.6.1
1+
# Always keep this file even if empty, it’s necessary to avoid GitHub Actions setup-python choking...
2+
matplotlib>=3.3.4
3+
numpy>=1.21.0
4+
pandas>=1.3.4
5+
scipy>=1.6.1

0 commit comments

Comments
 (0)