Skip to content
Snippets Groups Projects
Commit 7d76f17b authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Increased version.

parent be3fad54
No related branches found
Tags 0.0.2
No related merge requests found
......@@ -2,4 +2,4 @@
Estimate high-resolution photon spectrometer data from low-resolution non-invasive measurements.
"""
VERSION = "0.0.1"
\ No newline at end of file
VERSION = "0.0.2"
......@@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta"
[project]
name = "pes_to_spec"
authors = [
{author = "Arman Davtyan", email = "arman.davtyan@xfel.eu"},
{author = "Danilo Enoque Ferreira de Lima", email = "danilo.enoque.ferreira.de.lima@xfel.eu"},
{author = "Thomas Michelat", email = "thomas.michelat@xfel.eu"}
{name = "Arman Davtyan", email = "arman.davtyan@xfel.eu"},
{name = "Danilo Enoque Ferreira de Lima", email = "danilo.enoque.ferreira.de.lima@xfel.eu"},
{name = "Thomas Michelat", email = "thomas.michelat@xfel.eu"}
]
description = "Use low-resolution non-invasive photon spectrometer data to estimate high-resolution images"
requires-python = ">=3.7"
......@@ -29,7 +29,7 @@ dependencies = [
"scipy>=1.6",
"scikit-learn>=1.0.2",
#"autograd",
"h5py"
#"h5py"
]
[project.optional-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment