Skip to content

Commit

Permalink
beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Jul 4, 2024
1 parent 9dd7701 commit b3e89c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
site.ENABLE_USER_SITE = "--user" in sys.argv[1:]

# Version number
version = "0.6.11b1"
version = "0.6.11b2" # cmk


def readme():
Expand Down Expand Up @@ -93,11 +93,11 @@ def readme():
"matplotlib>=1.5.1",
"scikit-learn>=0.19.1",
"bed-reader>=1.0.4",
"pysnptools>=0.5.13b1", # cmk
"pysnptools>=0.5.13b2", # cmk
"cloudpickle>=2.2.0",
"statsmodels>=0.14.2",
"psutil>=5.6.7",
"fastlmmclib>=0.0.6b2", # cmk
],
extras_require={"bgen": ["pysnptools[bgen]>=0.5.13b1"]}, # cmk
extras_require={"bgen": ["pysnptools[bgen]>=0.5.13b2"]}, # cmk
)
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def removeTmpFiles():
)

if True: # Standard test run
r = unittest.TextTestRunner(failfast=False) # cmk
r = unittest.TextTestRunner(failfast=False)
ret = r.run(suites)
assert ret.wasSuccessful()
else: # Cluster test run
Expand Down

0 comments on commit b3e89c2

Please sign in to comment.