Skip to content

Commit

Permalink
fixing up the py deps and bumping setup.py to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tacastillo committed Jul 28, 2023
1 parent 086a5ed commit 46ed83e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
name="dagster_university",
packages=find_packages(exclude=["dagster_university_tests"]),
install_requires=[
"dagster==1.3.*",
"dagster==1.4.*",
"dagster-cloud",
"dagster-duckdb",
"dagster-gcp",
"geopandas",
"kaleido",
"pandas",
"plotly",
"shapely",
"psycopg2-binary",
],
extras_require={"dev": ["dagit", "pytest"]},
)

0 comments on commit 46ed83e

Please sign in to comment.