-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the
toffy
environment file (#434)
* added a dev-environment, updated environment.yml * updated python version to 3.11 for the environment.yml files * added release and prerelese environments * updated mibi-bin-tools and alpineer * updated lock file * added pywavelets * mibi-bin-tools 0.2.12 * pymzq is not compatible with python 3.12 * set CI to python 3.11 * set latest python version, trying CI with python 3.12 again * 3.x python * updated pyproject.toml * I see why I set it back to Python 3.11 now * removed python 3.12 classifier
- Loading branch information
Showing
7 changed files
with
576 additions
and
552 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,3 +141,4 @@ scripts/ | |
coverage.lcov | ||
|
||
data/combined/*.csv | ||
.idea/ |
Large diffs are not rendered by default.
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,17 @@ | ||
name: toffy_prerelease_env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- pip | ||
- numpy | ||
- seaborn | ||
- scikit-learn | ||
- jupyterlab | ||
- pip: | ||
- natsort | ||
- watchdog | ||
- alpineer==0.1.10 | ||
- mibi-bin-tools==0.2.11 | ||
- jupyter_contrib_nbextensions | ||
- -e . |
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