Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sim2sumo #223

Merged
merged 6 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ sumo-wrapper-python
xtgeo
azure-core
pyarrow; python_version > "3.6.1"
ert; sys_platform != 'win32' and python_version < "3.11"
ecl2df; sys_platform != 'win32' and python_version < "3.11"
fmu-dataio
OpenVDS; sys_platform != 'darwin'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def parse_requirements(fname):
],
"console_scripts": [
"sumo_upload=fmu.sumo.uploader.scripts.sumo_upload:main",
"sim2sumo=fmu.sumo.utilities.scripts.sim2sumo:main",
],
},
cmdclass=CMDCLASS,
Expand Down
25 changes: 0 additions & 25 deletions src/fmu/sumo/config_jobs/SIM2SUMO

This file was deleted.

Empty file removed src/fmu/sumo/utilities/__init__.py
Empty file.
91 changes: 0 additions & 91 deletions src/fmu/sumo/utilities/scripts/sim2sumo.py

This file was deleted.

Loading
Loading