Skip to content

Commit

Permalink
quick fix to update the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Nov 22, 2024
1 parent 1e43b11 commit c605664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gatetools/clustertools/gate_split_and_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
import numpy as np
import sys
import time
import gatetools

sys.path.append(os.path.dirname(os.path.realpath(__file__)))
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(gatetools.__file__)), "clustertools"))

from parserMacro import *

Expand Down
2 changes: 1 addition & 1 deletion gatetools/clustertools/opengate_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import numpy as np
import sys
import time

import gatetools

def get_dns_domain():
domain = socket.getfqdn().split('.', 1)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gatetools",
version="0.12.3",
version="0.12.4",
include_package_data=True,
author="OpenGate collaboration",
author_email="[email protected]",
Expand Down

0 comments on commit c605664

Please sign in to comment.