Skip to content

Commit

Permalink
update requirement.txt to fix secutiry issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust committed Aug 22, 2024
1 parent 046984b commit 7610085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Temporary raw list of dependencies for ChoCo (to be reformatted)
# Please, include the version of each package when possible
pandas~=1.4.1
numpy~=1.21.2
numpy==1.23.5 # this is the last version of numpy compatible with current jams version
matplotlib~=3.5.1
music21~=7.1.0
jams~=0.3.4
joblib==1.2.0
tqdm==4.64.0
tqdm>=4.66.3
pyRealParser==0.1.0
textdistance==4.2.2
unidecode==1.3.4
pyrealparser~=0.1.0
lxml~=4.8.0
lxml>=4.9.1
seaborn~=0.11.2
lark~=1.1.2
rdflib~=6.1.1
beautifulsoup4~=4.10.0
setuptools~=61.2.0
setuptools>=70.0.0
biab-library~=0.4.1
harte_library>=0.4.5

0 comments on commit 7610085

Please sign in to comment.