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 1, 2023
1 parent 40603bc commit 3bfd27e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion env/requirements-style.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Style checks
black
flake8
pylint==2.4.*
pylint>=2.4
pathspec
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.11
- 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 3bfd27e

Please sign in to comment.