Skip to content

Commit

Permalink
Merge pull request #13 from ProjectPythia/brian-rose-patch-3
Browse files Browse the repository at this point in the history
remove jupyter_server version pin
  • Loading branch information
brian-rose authored Mar 22, 2024
2 parents 77d0e33 + 0a48bc6 commit 45a060e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ channels:
dependencies:
- jupyter-book
- jupyterlab
- jupyter_server<2
- pip
- pip:
- sphinx-pythia-theme
- jupyter_server
- numpy
- xarray
- intake
Expand All @@ -17,3 +14,19 @@ dependencies:
- xbatcher
- intake-xarray
- gcsfs
#
# The balance of this environment file pins several libraries in order for
# to satisfy dependencies for the sphinx-pythia-theme 2022.3.22 package.
#
- sphinx==4.5.0
- sphinxcontrib-applehelp<1.0.7
- sphinxcontrib-devhelp<1.0.5
- sphinxcontrib-htmlhelp<2.0.4
- sphinxcontrib-qthelp<1.0.6
- sphinxcontrib-serializinghtml<1.1.9
- pydata-sphinx-theme<=0.8
- jsonschema-with-format-nongpl<4.19.1
- docutils==0.16
- pip
- pip:
- sphinx-pythia-theme

0 comments on commit 45a060e

Please sign in to comment.