Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Dec 5, 2024
1 parent 60c1c38 commit 1b012e9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ tests/test-data/ICSD/finalcif-crash.txt
test_merged_db.sqlite
get-pip.py
vc_redist.x64.exe
.python-version
/src/structurefinder.egg-info
27 changes: 21 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
requires = ["hatchling", "hatch-requirements-txt"]
build-backend = "hatchling.build"

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]

[project]
name = "structurefinder"
dynamic = ["version", "dependencies"]
dynamic = ["version"]
authors = [
{ name = "Daniel Kratzert", email = "dkratzert@gmx.de" },
]
description = "Search X-ray structures on your hard drive"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -22,6 +19,24 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
]
dependencies = [
"docutils>=0.21.2",
"gemmi~=0.6",
"macholib>=1.16.3",
"numpy~=2.1",
"pefile>=2024.8.26",
"pyqt5-sip~=12.13",
"pyqt5~=5.15",
"pyqt5-stubs~=5.15",
"pywin32-ctypes~=0.2",
"six>=1.17.0",
"requests>=2.32.3",
"gunicorn>=23.0.0",
"xlsxwriter>=3.2.0",
"qtawesome>=1.3.1",
"hatchling>=1.26.3",
"hatch-requirements-txt>=0.4.1",
]

[project.urls]
"Homepage" = "https://dkratzert.de/structurefinder.html"
Expand Down Expand Up @@ -49,4 +64,4 @@ exclude = [
strf = "structurefinder.strf:main"
structurefinder = "structurefinder.strf:main"
strf_cmd = "structurefinder.strf_cmd:main"
strf_web = "structurefinder.cgi_ui.strf_web:run"
strf_web = "structurefinder.cgi_ui.strf_web:run"
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
altgraph
docutils
macholib
numpy<2.0
numpy~=2.1
pefile
PyQt5~=5.15
PyQt5-sip~=12.13
Expand All @@ -12,4 +11,4 @@ requests
gemmi~=0.6
gunicorn
xlsxwriter
qtawesome
qtawesome

0 comments on commit 1b012e9

Please sign in to comment.