Skip to content

Commit

Permalink
Merge pull request #52 from DalhousieAI/rel_greater-or-equal-req
Browse files Browse the repository at this point in the history
REL: Loosen requirements to be greater than, not fixed
  • Loading branch information
scottclowe authored Mar 7, 2023
2 parents 9612064 + ef6bcc7 commit e4f140b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
beautifulsoup4==4.9.3
beautifulsoup4>=4.9.3
colorama
lxml==4.6.4
matplotlib==3.4.2
numpy==1.20.3
opencv-python==4.5.2.54
pandas==1.2.5
pangaeapy==0.0.5
requests==2.25.1
scikit-learn==0.24.2
lxml>=4.6.4
matplotlib>=3.4.2
numpy>=1.20.3
opencv-python>=4.5.2.54
pandas>=1.2.5
pangaeapy>=0.0.5
requests>=2.25.1
scikit-learn>=0.24.2
tqdm

0 comments on commit e4f140b

Please sign in to comment.