Skip to content

Commit

Permalink
Remove minimum requirements for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Jul 23, 2024
1 parent 7ebc001 commit 2c35440
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions requirements/requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pytest>6.2.1
hypothesis>6.30.0
pytest
pytest-xdist
hypothesis
coverage
14 changes: 7 additions & 7 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bottleneck>=1.3.4
freud-analysis>=2.7.0
kneed>=0.8.2
numpy>=1.21
ruptures>=1.1.5
scikit-learn>=0.24.0
pandas>=1.1.3
bottleneck
freud-analysis
kneed
numpy
ruptures
scikit-learn
pandas

0 comments on commit 2c35440

Please sign in to comment.