Skip to content

Commit

Permalink
Update vaex version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Sep 30, 2024
1 parent 56a7c9d commit 0342797
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/vaex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

install_requires = [
'vaex-core~=4.18.0',
'vaex-astro>=0.9.3,<0.10',
'vaex-hdf5>=0.13.0,<0.15',
'vaex-viz>=0.5.4,<0.6',
'vaex-server~=0.9.0',
'vaex-jupyter>=0.8.2,<0.9',
'vaex-ml>=0.18.3,<0.19',
# vaex-graphql is not on conda-forge yet
'vaex-astro~=0.10.0',
'vaex-hdf5~=0.15.0',
'vaex-viz~=0.6.0',
'vaex-server~=0.10.0',
'vaex-jupyter~=0.9.0',
'vaex-ml~=0.19.0',
'vaex-graphql~=0.3.0',
]

setup(name=name,
Expand Down

0 comments on commit 0342797

Please sign in to comment.