Commit 38a195aa authored by Manuel Luis Alcazar Laynez's avatar Manuel Luis Alcazar Laynez
Browse files

Relaxed dependencies and added lost config file

parent 42777b95
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -47,16 +47,16 @@ classifiers = [
    "Topic :: Scientific/Engineering :: Visualization"
]
dependencies = [
  'pandas==2.0.1',
  'PyQt5==5.15.9',
  'matplotlib==3.7.1',
  'astropy==5.3',
  'requests==2.31.0',
  'Pillow==9.5.0'
  'pandas>=2.0',
  'PyQt5>=5.15',
  'matplotlib>=3.7',
  'astropy>=5.3',
  'requests>=2.31',
  'Pillow>=9.5'
]

[project.optional-dependencies]
ds9 = ['pyds9==1.8.1']
ds9 = ['pyds9>=1.8.1']

[tools.setuptools]
include_package_data = true
@@ -76,7 +76,8 @@ galassify = [
  "img/nog/*.jpeg",
  "files/*.csv",
  "res/*.png",
  "*.ui"
  "*.ui",
  "config"
]

[project.gui-scripts]