Skip to content

Commit

Permalink
FIX dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Sep 12, 2023
1 parent 6cc478a commit 519c628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to the `pbiotools` package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - started 2023-02
## [Unreleased] - started 2023-09

## [4.0.2] - 2023-09

### Removed

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- joblib
- matplotlib-base
- matplotlib-venn # ?
- more-itertools
- mygene # ?
- numpy
- openpyxl # ?
Expand Down
2 changes: 1 addition & 1 deletion src/pbiotools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("4", "0", "1")
__version_info__ = ("4", "0", "2")
__version__ = ".".join(__version_info__)

0 comments on commit 519c628

Please sign in to comment.