-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wpk
committed
Jun 13, 2023
1 parent
c5e67a9
commit 08ad3d0
Showing
32 changed files
with
1,941 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
name: module-utilities-env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python>=3.8 | ||
- typing-extensions | ||
# cli |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- ipykernel | ||
- ipython | ||
- pip | ||
- python>=3.8 | ||
- typing-extensions | ||
- pytest | ||
- python-xdist | ||
- pytest-cov | ||
- pytest-xdist | ||
- python>=3.8 | ||
- pytest-sugar | ||
- mypy | ||
- ipython | ||
- ipykernel | ||
- setuptools-scm | ||
- typing-extensions | ||
- nox | ||
- ruamel.yaml | ||
- pip | ||
- pip: | ||
- pytest-accept | ||
name: module-utilities-env | ||
- noxopt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python>=3.8 | ||
- anaconda-client | ||
- grayskull | ||
- conda-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- setuptools>=61.2 | ||
- setuptools-scm>=7.0 | ||
- python>=3.8 | ||
- twine | ||
- build |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- ipython | ||
- pip | ||
- python>=3.8 | ||
- setuptools-scm | ||
- typing-extensions | ||
- pip: | ||
- autodocsumm | ||
- ghp-import | ||
- myst-nb | ||
- pyenchant | ||
- sphinx | ||
- sphinx-autobuild | ||
- sphinx-book-theme | ||
- sphinx-copybutton | ||
- sphinxcontrib-spelling | ||
name: module-utilities-env | ||
- setuptools-scm | ||
- ipython | ||
- pyenchant | ||
- ghp-import | ||
- sphinx | ||
- sphinx-copybutton | ||
- sphinxcontrib-spelling | ||
- sphinx-autobuild | ||
- myst-nb | ||
- sphinx-book-theme | ||
- autodocsumm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- pip |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.