Skip to content

Commit fc7696b

Browse files
authored
Merge pull request #2 from pyobs/develop
v0.9
2 parents 9f3b2c2 + 5f4fa03 commit fc7696b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
# setup
2222
setup(
2323
name='pyobs-fli',
24-
version='0.8',
24+
version='0.9',
2525
description='pyobs component for FLI cameras',
2626
packages=['pyobs_fli'],
2727
ext_modules=cythonize(extensions),
2828
install_requires=[
2929
'cython',
3030
'numpy',
31-
'astropy',
32-
'pyobs-core'
31+
'astropy'
3332
]
3433
)

0 commit comments

Comments
 (0)