Skip to content

Commit

Permalink
build: align pip dependencies to work with conda
Browse files Browse the repository at this point in the history
mkdocs-gen-files and mike latest version is not available for conda
  • Loading branch information
Michele-Alberti committed Dec 27, 2024
1 parent 557b295 commit 6a65fb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ mkdocs==1.6.1
mkdocstrings==0.27.0
mkdocstrings-python==1.12.2
mkdocs-material==9.5.49
mkdocs-gen-files==0.5.0
mkdocs-gen-files==0.4.0
mkdocs-literate-nav==0.6.1
mkdocs-section-index==0.3.9
mkdocs-github-admonitions-plugin==0.0.3
mike==2.1.3
mike==2.1.2
black==24.10.0
24 changes: 12 additions & 12 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ dependencies:
- sqlite=3.45.3
# Package dependencies
- setuptools=70.3.0
- click=8.1.7
- click=8.1.8
- cryptography=43.0.1
- ipykernel=6.29.5
- ipywidgets=8.1.3
- openpyxl=3.1.4
- pandas=2.2.2
- ipywidgets=8.1.5
- openpyxl=3.1.5
- pandas=2.2.3
- passlib=1.7.4
- tenacity=8.5.0
- tqdm=4.66.4
- panel=1.4.4
- sqlalchemy=2.0.31
- psycopg=3.2.1
- tqdm=4.67.1
- panel=1.5.5
- sqlalchemy=2.0.36
- psycopg=3.2.3
- hydra-core=1.3.2
- google-cloud-storage=2.17.0
- pytesseract=0.3.10
- google-cloud-storage=2.19.0
- pytesseract=0.3.13
# Developer
- jupyterlab=4.3.0
- jupyterlab=4.3.4
# Documentation
- mkdocs=1.6.1
- mkdocstrings=0.27.0
- mkdocstrings-python=1.12.2
- mkdocs-material=9.5.44
- mkdocs-material=9.5.49
- mkdocs-gen-files=0.4.0
- mkdocs-literate-nav=0.6.1
- mike=2.1.2
Expand Down

0 comments on commit 6a65fb0

Please sign in to comment.