Skip to content

Commit

Permalink
Specify compatibility for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
koalive committed Apr 29, 2021
1 parent b35c98b commit 8a0148b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
No changes yet.

## v1.0.0 - 2021-04-28
## v1.0.0 - 2021-05-01
### Changed
- Rename package to BioProfiling
- Rename several methods and arguments to avoid camel case
Expand Down
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"

[compat]
DataFrames = ">= 0.20"
DataFrames = "0.20 - 0.22"
MultipleTesting = "0.4"
ParallelDataTransfer = "0.4 - 0.5"
RCall = "^0.13.7"
StatsBase = "0.31 - 0.33"
UMAP = "^0.1.6"
FileIO = "1"
ImageMagick = "0.7, 1"
Images = "0.17 - 0.24"
julia = "1"

[extras]
Expand Down

2 comments on commit 8a0148b

@koalive
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/35582

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 8a0148b2450cbaf7b3f0dd671f10d89ccd55d112
git push origin v1.0.0

Please sign in to comment.