Skip to content

Commit

Permalink
Remove extraneous requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfByttner committed Apr 5, 2024
1 parent c8de31b commit 8b6f951
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pandas>=1.2.0
numpy>=1.22.0
matplotlib>=3.3.3
shapely>=1.7.1
scipy>=1.2.1
fastdtw>=0.3.0
networkx>=2.0
seaborn>=0.11.0
torch>=1.7.0
statsmodels>=0.12.0
scikit-learn>=0.24.0
matplotlib
shapely
scipy>=1.4.1
fastdtw
networkx
seaborn
torch
statsmodels
scikit-learn
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fastdtw>=0.3.0
networkx>=2.0
seaborn>=0.11.0
torch>=1.7.0
pytest>=6.2.2
pytest>=8.1.1
pytest-cov>=2.11.1
codecov>=2.1.11
ipython>=7.20.0
8 changes: 4 additions & 4 deletions requirements/extra.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# extended list of package dependencies to reach full functionality

pytest>=8.1.1
h5py>=2.10.0
ipython>=7.19.0
pre-commit>=2.9.3
h5py>=2.10.0
h5py
ipython
pre-commit
h5py
numba>=0.50.1
pyDOE2>=1.3.0

0 comments on commit 8b6f951

Please sign in to comment.