Skip to content

Commit

Permalink
Update for 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
davewhipp committed Sep 13, 2022
1 parent 32f41b4 commit 115f41f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
27 changes: 13 additions & 14 deletions geo-python-student.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
name: geo-python-student
channels:
- conda-forge
- patrikhlobil

dependencies:
# Core Python stuff
- python==3.8.10
- pip==21.2.4
- python==3.10.6
- pip==22.2.2

# General scientific packages
- numpy==1.21.2
- pandas==1.3.2
- numpy==1.23.2
- pandas==1.4.4

# Plotting
- matplotlib==3.4.3
- imageio==2.9.0
- patrikhlobil::pandas-bokeh==0.5
- matplotlib==3.5.3
- imageio==2.21.2
- hvplot==0.8.1

# Code testing
- nose==1.3.7

# Jupyter environment
- jupyterlab==3.1.10
- jupyterlab-git==0.32.2
- jupyterhub==1.4.2
- notebook==6.4.3
- ipython==7.27.0
- ipykernel==6.3.1
- jupyterlab==3.4.6
- jupyterlab-git==0.39.2
- jupyterhub==2.3.1
- notebook==6.4.12
- ipython==8.5.0
- ipykernel==6.15.2

35 changes: 17 additions & 18 deletions geo-python-teacher.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
name: geo-python-teacher
channels:
- conda-forge
- patrikhlobil

dependencies:
# Core Python stuff
- python==3.8.10
- pip==21.2.4
- python==3.10.6
- pip==22.2.2

# General scientific packages
- numpy==1.21.2
- pandas==1.3.2
- numpy==1.23.2
- pandas==1.4.4

# Plotting
- matplotlib==3.4.3
- imageio==2.9.0
- patrikhlobil::pandas-bokeh==0.5
- matplotlib==3.5.3
- imageio==2.21.2
- hvplot==0.8.1

# Code testing
- nose==1.3.7

# Jupyter environment
- jupyterlab==3.1.10
- jupyterlab-git==0.32.2
- jupyterhub==1.4.2
- notebook==6.4.3
- ipython==7.27.0
- ipykernel==6.3.1
- jupyterlab==3.4.6
- jupyterlab-git==0.39.2
- jupyterhub==2.3.1
- notebook==6.4.12
- ipython==8.5.0
- ipykernel==6.15.2

# Teacher tools
- nbgrader
- gitpython==3.1.18
- jinja2==3.0.1
- gitpython==3.1.27
- jinja2==3.1.2

# Code formatting
- black-jupyter==21.9b0
- flake8==3.8.4
- black-jupyter==22.6.0
- flake8==5.0.4

0 comments on commit 115f41f

Please sign in to comment.