Skip to content

Commit

Permalink
build: update conda env and pip requirements to what available on con…
Browse files Browse the repository at this point in the history
…da-forge
  • Loading branch information
Michele-Alberti committed Jan 16, 2025
1 parent 4f94215 commit 5c6dce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdocs==1.6.1
mkdocstrings==0.27.0
mkdocstrings-python==1.13.0
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
Expand Down
8 changes: 4 additions & 4 deletions requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies:
- passlib=1.7.4
- tenacity=8.5.0
- tqdm=4.67.1
- panel=1.4.5
- sqlalchemy=2.0.36
- panel=1.5.5
- sqlalchemy=2.0.37
- psycopg=3.2.3
- hydra-core=1.3.2
- google-cloud-storage=2.19.0
Expand All @@ -31,11 +31,11 @@ dependencies:
# Documentation
- mkdocs=1.6.1
- mkdocstrings=0.27.0
- mkdocstrings-python=1.12.2
- mkdocstrings-python=1.13.0
- mkdocs-material=9.5.49
- mkdocs-gen-files=0.4.0
- mkdocs-literate-nav=0.6.1
- mike=2.1.2
- mike=2.1.3
- black=24.10.0
- pip:
# Documentation
Expand Down

0 comments on commit 5c6dce6

Please sign in to comment.