Skip to content

Commit

Permalink
Merge branch 'bugfix-conda-dependencies' into 'master'
Browse files Browse the repository at this point in the history
Bugfix conda dependencies (second try)

See merge request tron/addannot!215
  • Loading branch information
Pablo Riesgo Ferreiro committed Aug 4, 2022
2 parents 68c2002 + 2403efe commit 4940583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion neofox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.#
VERSION = "0.6.3"
VERSION = "0.6.4"


REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER"
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
biopython~=1.76
biopython==1.76
mock~=4.0.3
pandas>=1.1.5
numpy>=1.21
scipy>=1.5.4
pickle-mixin~=1.0.2
scikit-learn~=0.22.1
logzero>=1.5.0
python-dotenv~=0.12.0
betterproto~=1.2.5
pysam~=0.16.0.1
pysam~=0.19.1
dask[complete]>=2021.10.0
distributed>=2021.10.0
faker~=6.6.2
Expand Down

0 comments on commit 4940583

Please sign in to comment.