Skip to content

Commit 68ac0b3

Browse files
committed
fix: 📌 add version requirements upper bounds
1 parent 80ea0e2 commit 68ac0b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
biopython>=1.77
2-
matplotlib>=3.2.1
3-
numpy>=1.18.4
4-
pandas>=1.0.4
5-
scipy>=1.4.1
6-
tqdm>=4.46.0
1+
biopython>=1.77, <2
2+
matplotlib>=3.2.1, <4
3+
numpy>=1.18.4, <2
4+
pandas>=1.0.4, <2
5+
scipy>=1.4.1, <2
6+
tqdm>=4.46.0, <5

0 commit comments

Comments
 (0)