Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Oct 14, 2024
1 parent 142bf54 commit 691d77a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.14.2
numpy >= 1.14.2, <= 2.0.1
scipy >= 1.0.0
pandas >= 1.3.3
torch >= 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.14.2
numpy >= 1.14.2, <= 2.0.1
scipy >= 1.0.0
pandas >= 1.3.3
torch >= 1.9.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tangermeme',
version='0.4.0',
version='0.4.1',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=['tangermeme', 'tangermeme/tools'],
Expand All @@ -11,7 +11,7 @@
license='LICENSE.txt',
description='Biological sequence analysis for the modern age.',
install_requires=[
"numpy >= 1.14.2",
"numpy >= 1.14.2, <= 2.0.1",
"scipy >= 1.0.0",
"pandas >= 1.3.3",
"pyBigWig >= 0.3.17",
Expand Down
2 changes: 1 addition & 1 deletion tangermeme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tangermeme: biological sequence analysis for the modern age
# Author: Jacob Schreiber

__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 691d77a

Please sign in to comment.