Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from AutoResearch/deprecate-package
Browse files Browse the repository at this point in the history
deps: deprecate package
  • Loading branch information
hollandjg authored Dec 1, 2023
2 parents 47d350d + e03d707 commit ae00b85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Workflow management tools for AutoRA.

This package is deprecated and has been merged into AutoRA Core ([GitHub](https://github.com/AutoResearch/autora-core) | [PyPI](https://pypi.org/project/autora-core/)).

## User Guide

You will need:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ readme = "docs/index.md"
license = {file = "LICENSE"}

dependencies = [
"autora-core>=4.0.0",
"autora-core>=4.0.0,<4.1.0",
"typer[all]",
]

[project.optional-dependencies]
dev = [
"autora-core[dev]>=4.0.0",
"autora-core[dev]>=4.0.0,<4.1.0",
"autora-workflow[docs]",
"autora-workflow[test]",
]
docs = [
"autora-core[docs]>=4.0.0",
"autora-core[docs]>=4.0.0,<4.1.0",
"scikit-learn",
"matplotlib",
"pandas",
]
test = [
"autora-core[test]>=4.0.0",
"autora-core[test]>=4.0.0,<4.1.0",
"autora-workflow[serializers]",
"hypothesis",
"scikit-learn",
Expand Down

0 comments on commit ae00b85

Please sign in to comment.