Skip to content

Commit

Permalink
Merge pull request #175 from reimandlab/update-numpy-and-pandas
Browse files Browse the repository at this point in the history
Update numpy and pandas, add openpyxl
  • Loading branch information
krassowski committed Jan 23, 2022
2 parents 428f7a6 + 956565e commit c50b8c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions environment.yml
Expand Up @@ -11,8 +11,6 @@ dependencies:
- pigz
- pygraphviz
- mysqlclient
- numpy=1.16.4
- pandas=0.23.4
- r-base=3.6
- r-ggiraph
- r-knitr
Expand Down
5 changes: 3 additions & 2 deletions website/requirements.txt
@@ -1,7 +1,7 @@
matplotlib
diskcache
numpy==1.16.4
pandas==0.23.4
numpy==1.21.5
pandas==1.3.5
sqlalchemy==1.3.12
beautifulsoup4
rpy2==3.3.6
Expand Down Expand Up @@ -35,3 +35,4 @@ Werkzeug==0.15.3
lmdb
eralchemy
xlrd
openpyxl==3.0.9

0 comments on commit c50b8c4

Please sign in to comment.