Skip to content

Commit

Permalink
build(deps-conda): bump conda env dependencies
Browse files Browse the repository at this point in the history
bumps the pip-minor-deps group with 4 updates: setuptools, panel, sqlalchemy, google-cloud-storage
restore ipykernel to old version in requirements.txt because latest version is not yet available on anaconda
  • Loading branch information
Michele-Alberti committed Apr 13, 2024
1 parent 8ae38fc commit bf8d4f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- pyviz
dependencies:
- python=3.11.7
- setuptools=69.1.1
- setuptools=69.2.0
- click=8.1.7
- cryptography=42.0.5
- ipykernel=6.29.3
Expand All @@ -15,10 +15,10 @@ dependencies:
- passlib=1.7.4
- tenacity=8.2.3
- tqdm=4.66.2
- panel=1.3.8
- sqlalchemy=2.0.28
- panel=1.4.0
- sqlalchemy=2.0.29
- psycopg=3.1.18
- sqlite=3.41.2
- hydra-core=1.3.2
- google-cloud-storage=2.14.0
- google-cloud-storage=2.16.0
- pytesseract=0.3.10
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setuptools==69.2.0
click==8.1.7
cryptography==42.0.5
ipykernel==6.29.4
ipykernel==6.29.3
ipywidgets==8.1.2
openpyxl==3.1.2
pandas==2.2.1
Expand Down

0 comments on commit bf8d4f3

Please sign in to comment.