Skip to content

Commit

Permalink
CHORE: move the jinja2 to the requirements_gui.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniaVoytik committed Apr 6, 2022
1 parent 4305690 commit 47456de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### 1.1.12
### 1.1.13
* FEAT: Enable fine-tuning of retention times for predictions.
* FEAT: Add the predicted retention time and ion mobility values to the "Main tab" of the dashboard.
* FIX: Correct the mass calculation for modified peptides in prediction mode.
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements_development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ipykernel==6.4.0
tqdm==4.61.1
psutil==5.8.0
pytest==6.2.5
jinja2==2.11.0
5 changes: 3 additions & 2 deletions requirements/requirements_gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pyteomics==4.5
plotly==5.3.1
beautifulsoup4==4.10.0
requests==2.27.1
selenium
chromedriver-binary
#selenium
#chromedriver-binary
jinja2==3.0.2

0 comments on commit 47456de

Please sign in to comment.