Skip to content

Commit

Permalink
normalize python installs across all hubs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed May 7, 2024
1 parent 1e34fbe commit ab048e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployments/a11y/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge

dependencies:
- python==3.11.0
- python==3.11.*
- git==2.40.0
- coverage==7.2.2
- jupyter-archive==3.4.0
Expand Down
2 changes: 1 addition & 1 deletion deployments/data100/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- pytorch

dependencies:
- python==3.11.0
- python==3.11.*
- git==2.39.1
- jupyter-resource-usage==1.0.0
- jupyterlab==4.0.11
Expand Down
2 changes: 1 addition & 1 deletion deployments/data101/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge

dependencies:
- python==3.11.0
- python==3.11.*
- syncthing==1.20.4
- git==2.39.1
- altair==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion deployments/data102/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- pytorch

dependencies:
- python==3.11.3
- python==3.11.*
- git==2.39.1
- bambi==0.12.0
- graphviz==8.0.3
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/secondary/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- python=3.11
- python=3.11.*
- pip=23.2.*
- jupyter-server-proxy==4.1.2
- jupyter-rsession-proxy==2.2.0
Expand Down

0 comments on commit ab048e5

Please sign in to comment.