Skip to content

Commit b8b399a

Browse files
committed
Unpinned mkdocs ecosystem versions
I want to keep pace with their development. It's ok for these packages to break from time to time, as long as it means I can keep them running.
1 parent 773e941 commit b8b399a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies:
3535
- jaxlib
3636
- -e git+https://github.com/pymc-devs/pymc4.git#egg=pymc4
3737
# - tfp-nightly
38-
- mkdocs==1.1
39-
- mkdocs-minify-plugin==0.2.3
40-
- pymdown-extensions>=7.0
41-
- mkdocs-material==4.6.3
42-
- mknotebooks==0.3.5
38+
- mkdocs
39+
- mkdocs-minify-plugin
40+
- pymdown-extensions
41+
- mkdocs-material
42+
- mknotebooks

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Used only for building static site docs on Dokku
22
mkdocs
33
mkdocs-minify-plugin
4-
pymdown-extension
4+
pymdown-extensions
55
mkdocs-material
66
mknotebooks

0 commit comments

Comments
 (0)