Skip to content

Commit

Permalink
remove dev and add dependecies to optional to fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
CopyDemon committed May 21, 2024
1 parent bc2f796 commit c6e2084
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ build-backend = "setuptools.build_meta"
"requests==2.31.0",
"pydantic~=2.0",
]

#remove below later!!!!!!
dev = [
"addheader >= 0.3.0",
"fastapi",
"uvicorn",
"pytest-icdiff >= 0.7",
"httpx",
"playwright==1.42.0",
"pytest-playwright==0.4.4",
"requests==2.31.0",
"pydantic~=2.0",
]
#remove above later!!!!!!

keywords = ["IDAES", "energy systems", "chemical engineering", "process modeling"]

Expand All @@ -68,6 +54,17 @@ dev = [
# For adding copyright headers (see addheader.yml and the readme)
"addheader >= 0.3.0",
# Dev versions of idaes/idaes-ui in requirements-dev.txt

# Test to match requirement-dev dependencies
"addheader >= 0.3.0",
"fastapi",
"uvicorn",
"pytest-icdiff >= 0.7",
"httpx",
"playwright==1.42.0",
"pytest-playwright==0.4.4",
"requests==2.31.0",
"pydantic~=2.0",
]
# For packaging
pkg = [
Expand Down

0 comments on commit c6e2084

Please sign in to comment.