Skip to content

Commit

Permalink
Merge pull request #334 from pyiron/remove_executor
Browse files Browse the repository at this point in the history
Remove Executor Interface
  • Loading branch information
jan-janssen authored Sep 28, 2024
2 parents 5e5caa9 + b8ddbbe commit 2ad0c18
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 588 deletions.
2 changes: 0 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ dependencies:
- jinja2 =3.1.4
- paramiko =3.5.0
- tqdm =4.66.5
- executorlib =0.0.2
- cloudpickle =3.0.0
- jupyter-book =1.0.0
2 changes: 0 additions & 2 deletions .ci_support/environment-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ dependencies:
- jinja2 =2.11.3
- paramiko =2.7.1
- tqdm =4.66.1
- executorlib =0.0.1
- cloudpickle =2.2.1
2 changes: 0 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ dependencies:
- jinja2 =3.1.4
- paramiko =3.5.0
- tqdm =4.66.5
- executorlib =0.0.2
- cloudpickle =3.0.0
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,10 @@ remote = [
"paramiko==3.5.0",
"tqdm==4.66.5",
]
executor = [
"executorlib==0.0.2",
"cloudpickle==3.0.0",
]
twofactor = ["pyauthenticator==0.2.0"]

[project.scripts]
pysqa = "pysqa.cmd:command_line"
pysqa-executor = "pysqa.executor.backend:command_line"

[tool.setuptools.packages.find]
include = ["pysqa*"]
Expand Down
3 changes: 0 additions & 3 deletions pysqa/executor/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions pysqa/executor/__main__.py

This file was deleted.

99 changes: 0 additions & 99 deletions pysqa/executor/backend.py

This file was deleted.

95 changes: 0 additions & 95 deletions pysqa/executor/executor.py

This file was deleted.

Loading

0 comments on commit 2ad0c18

Please sign in to comment.