Skip to content

Commit

Permalink
update requirements in environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Oct 22, 2022
1 parent 798f3f3 commit ed8ad60
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: pooch
channels:
- conda-forge
- defaults
dependencies:
- python==3.10
- pip
Expand All @@ -17,12 +16,11 @@ dependencies:
- pytest-localftpserver
- coverage
# Documentation
- sphinx==4.4.*
- sphinx-book-theme==0.2.*
- sphinx-panels==0.6.*
- sphinx ==4.4.*
- sphinx-book-theme ==0.2.*
- sphinx-panels ==0.6.*
# Style
- pathspec
- black>=20.8b1
- black >=20.8b1
- flake8
- pip:
- pylint==2.4.*
- pylint >=2.4

0 comments on commit ed8ad60

Please sign in to comment.