Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Mar 3, 2024
1 parent 2c14f26 commit 9dae65b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c constraints.txt
numpy==1.24.3
numpy==1.26.4
pretty-midi==0.2.10
PyYAML==6.0
scipy==1.10.1
PyYAML==6.0.1
scipy==1.12.0
40 changes: 20 additions & 20 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
atomicwrites==1.4.1
attrs==23.1.0
certifi==2023.5.7
chardet==5.1.0
charset-normalizer==3.1.0
attrs==23.2.0
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
codecov==2.1.13
coverage==7.2.6
idna==3.4
importlib-metadata==6.6.0
coverage==7.4.3
idna==3.6
importlib-metadata==7.0.1
iniconfig==2.0.0
mido==1.2.10
more-itertools==9.1.0
numpy==1.24.3
packaging==23.1
pluggy==1.0.0
mido==1.3.2
more-itertools==10.2.0
numpy==1.26.4
packaging==23.2
pluggy==1.4.0
pretty-midi==0.2.10
py==1.11.0
pyparsing==3.0.9
pytest==7.3.1
pyparsing==3.1.1
pytest==8.0.2
pytest-cov==4.1.0
PyYAML==6.0
PyYAML==6.0.1
requests==2.31.0
scipy==1.10.1
scipy==1.12.0
six==1.16.0
toml==0.10.2
typing-extensions==4.6.2
urllib3==2.0.2
wcwidth==0.2.6
zipp==3.15.0
typing-extensions==4.10.0
urllib3==2.2.1
wcwidth==0.2.13
zipp==3.17.0
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r base.txt
codecov==2.1.13
coverage==7.2.6
pytest==7.3.1
coverage==7.4.3
pytest==8.0.2
pytest-cov==4.1.0

0 comments on commit 9dae65b

Please sign in to comment.