Skip to content

Commit c48812f

Browse files
committed
Ensure correct GitHub page is linked for CITATION.cff file and include requests in pyproject.toml dependencies
1 parent 43c67b2 commit c48812f

10 files changed

Lines changed: 3 additions & 2 deletions

File tree

CodeEntropy/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def load_citation_data(self):
103103
"""
104104
url = (
105105
"https://raw.githubusercontent.com/CCPBioSim/"
106-
"CodeEntropy/refs/heads/main/CITATION.cffs"
106+
"CodeEntropy/refs/heads/main/CITATION.cff"
107107
)
108108
try:
109109
response = requests.get(url, timeout=10)

job001/logs/program.com

Whitespace-only changes.

job001/logs/program.err

Whitespace-only changes.

job002/logs/program.com

Whitespace-only changes.

job002/logs/program.err

Whitespace-only changes.

job003/logs/program.com

Whitespace-only changes.

job003/logs/program.err

Whitespace-only changes.

job004/logs/program.com

Whitespace-only changes.

job004/logs/program.err

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ dependencies = [
4040
"python-json-logger==3.3.0",
4141
"rich==14.0.0",
4242
"art==6.5",
43-
"waterEntropy==1.2.0"
43+
"waterEntropy==1.2.0",
44+
"requests>=2.32.5",
4445
]
4546

4647
[project.urls]

0 commit comments

Comments
 (0)