Skip to content

Commit

Permalink
Pin matchms dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrojak committed Feb 21, 2023
1 parent 03ab931 commit f1e7625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- autopep8
- numpy
- matchms >=0.14.0
- matchms >=0.14.0,<0.18.0
- pint >=0.17,<0.20
- pip
- pandas
Expand Down
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- numpy
- matchms >=0.14.0
- matchms >=0.14.0,<0.18.0
- pandas
- pint >=0.17,<0.20
- python >=3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
test_suite="tests",
python_requires='>=3.7',
install_requires=[
"matchms>=0.14.0",
"matchms>=0.14.0,<0.18.0",
"numpy",
"pandas",
"pint>=0.17,<0.20",
Expand Down

0 comments on commit f1e7625

Please sign in to comment.