Skip to content

Commit

Permalink
drop some version requirements in requirements.txt to make Terra happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed May 6, 2024
1 parent c53b56d commit fc897b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ google-cloud-storage>=2.16.0
gcsfs>=2024.3.1
firecloud>=0.16.37

ipython>=8.24.0
ipywidgets>=8.1.2
ipynbname>=2023.2.0.0
jupyter>=1.0.0
ipywidgets
ipynbname

papermill>=2.6.0
sendgrid>=6.11.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('test-requirements.txt', 'r') as fh:
test_dev_install = [l.rstrip('\n') for l in fh.readlines()]

version = "0.0.8"
version = "0.0.9"
setup(
name="lrmaCUX",
version=version,
Expand Down

0 comments on commit fc897b9

Please sign in to comment.