Skip to content

Commit

Permalink
feat: update setuptools and openpyxl
Browse files Browse the repository at this point in the history
update openpyxl to 3.1.4 because is the most recent version available on conda-forge
  • Loading branch information
Michele-Alberti committed Jul 17, 2024
1 parent 7b2a5fa commit 8e77fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ channels:
- pyviz
dependencies:
- python=3.11.7
- setuptools=69.2.0
- setuptools=70.3.0
- click=8.1.7
- cryptography=42.0.8
- ipykernel=6.29.5
- ipywidgets=8.1.3
- openpyxl=3.1.2
- openpyxl=3.1.4
- pandas=2.2.2
- passlib=1.7.4
- tenacity=8.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.1.7
cryptography==42.0.8
ipykernel==6.29.5
ipywidgets==8.1.3
openpyxl==3.1.5
openpyxl==3.1.4
pandas==2.2.2
passlib==1.7.4
tenacity==8.5.0
Expand Down

0 comments on commit 8e77fe2

Please sign in to comment.