Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ISA-tools/isa-api
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Oct 16, 2023
2 parents fb977f7 + 79c4bbc commit 6fc7148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ graphql-core==3.2.3
wheel~=0.36.2
setuptools~=57.1.0
numpy~=1.23.3
jsonschema~=3.2.0
jsonschema~=4.18.4
pandas==1.5.0
openpyxl>=2.5.0
networkx~=2.5.1
Expand All @@ -17,7 +17,7 @@ mzml2isa==1.1.1
biopython~=1.79
progressbar2~=3.53.1
deepdiff~=5.5.0
PyYAML~=5.4.1
PyYAML~=6.0.1
bokeh~=2.3.2
certifi==2021.5.30
flake8==3.9.2
Expand All @@ -30,4 +30,4 @@ rdflib~=6.0.2
SQLAlchemy~=1.4.42
python-dateutil~=2.8.1
Flask~=2.2.2
flask_sqlalchemy~=3.0.2
flask_sqlalchemy~=3.0.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def read(f_name):
'wheel~=0.36.2',
'setuptools~=57.1.0',
'numpy~=1.23.3',
'jsonschema~=3.2.0',
'jsonschema~=4.18.4',
'pandas==1.5.0',
'openpyxl>=2.5.0',
'networkx~=2.5.1',
Expand All @@ -90,7 +90,7 @@ def read(f_name):
'biopython~=1.79',
'progressbar2~=3.53.1',
'deepdiff~=5.5.0',
'PyYAML~=5.4.1',
'PyYAML~=6.0.1',
'bokeh~=2.3.2',
'certifi==2021.5.30',
'flake8==3.9.2',
Expand Down

0 comments on commit 6fc7148

Please sign in to comment.