Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## docstring explanation...`. To leave a target undocumented simply provide no
## docstring.

PYTHON=python3.11
PYTHON=python3.14
TMPDIR=.tmp

##@ Getting Started
Expand Down
6 changes: 3 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
nox.options.sessions = []

# NOTE: that with 3.11 mdtraj fails to build
DEFAULT_PYTHON_VERSION = "3.10"
DEFAULT_PYTHON_VERSION = "3.14"

PROJECT_ROOT_DIR = Path(__file__).parent

Expand Down Expand Up @@ -398,9 +398,9 @@ def coverage(session):

@nox.session(python=DEFAULT_PYTHON_VERSION)
def build(session):
session.install("hatch")
session.install("build")

session.run("hatch", "build")
session.run("python", "-m", "build")


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# frozen requirements generated by pip-deepfreeze
click==8.1.3
dill==0.3.6
geomm==0.3.0
h5py==3.8.0
click==8.4.1
dill==0.4.1
geomm==0.3
h5py==3.16.0
Jinja2>=3.1.6
MarkupSafe==2.1.2
MarkupSafe==3.0.3
multiprocessing-logging==0.3.4
networkx==3.1
numpy==1.24.2
pandas==2.0.0
Pint==0.20.1
python-dateutil==2.8.2
pytz==2023.3
scipy==1.10.1
six==1.16.0
tabulate==0.9.0
tzdata==2023.3
networkx==3.6.1
numpy==2.4.6
pandas==3.0.3
Pint==0.25.3
python-dateutil==2.9.0.post0
pytz==2026.2
scipy==1.17.1
six==1.17.0
tabulate==0.10.0
tzdata==2025c