Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
skamann
pampelmuse
Commits
0e9fcade
Commit
0e9fcade
authored
Jul 04, 2021
by
skamann
Browse files
Added version constraint for pandas in setup.py
parent
fa438d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0e9fcade
...
...
@@ -11,6 +11,6 @@ setup(
packages
=
find_packages
(),
scripts
=
[
'bin/PampelMuse'
,
],
package_data
=
{
'pampelmuse.config'
:
[
'data/pampelmuse.json'
,
],
'pampelmuse.filters'
:
[
'data/*'
,
]},
install_requires
=
[
'numpy'
,
'scipy'
,
'astropy'
,
'matplotlib'
,
'pandas'
,
'PyQt5'
,
'tqdm'
],
install_requires
=
[
'numpy'
,
'scipy'
,
'astropy'
,
'matplotlib'
,
'pandas
>1.0,<1.3
'
,
'PyQt5'
,
'tqdm'
],
extras_require
=
{
'nfm'
:
'maoppy'
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment