Skip to content

Commit

Permalink
update requirements and setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed May 4, 2024
1 parent b845721 commit c53b56d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
36 changes: 25 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
ansi2html>=1.9.1
firecloud>=0.16.36
google-cloud-storage>=2.15.0
gcsfs>=2024.2.0
google-auth>=2.29.0
google-cloud-bigquery>=3.21.0
google-cloud-monitoring>=2.21.0
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

papermill>=2.6.0
sendgrid>=6.11.0

natsort>=8.4.0
scipy>=1.12.0
numpy>=1.26.4
pandas>=2.2.1
papermill>=2.5.0
python-dateutil>=2.9.0.post0
pytz>=2024.1
sendgrid>=6.11.0
tqdm>=4.66.4

scipy>=1.13.0
numpy>=1.26.4
pandas>=2.2.2

matplotlib>=3.8.4
seaborn>=0.13.2
plotly>=5.22.0

termcolor>=2.4.0
ansi2html>=1.9.1
xmltodict>=0.13.0
ipynbname>=2023.2.0.0
tqdm>=4.66.2
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.2"
version = "0.0.8"
setup(
name="lrmaCUX",
version=version,
Expand Down

0 comments on commit c53b56d

Please sign in to comment.