Skip to content

Commit

Permalink
Dependency tweaks (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeknep authored Jul 28, 2023
1 parent ddd2755 commit 7b4d9c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r requirements.txt -r test-requirements.txt
- name: Install trainer
run: pip install -e .
- name: Type check
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
boto3~=1.20
dask[complete]==2023.5.1
gretel-client>=0.16.0
gretel-synthetics[utils]
jinja2~=3.1
networkx~=3.0
numpy~=1.20
pandas~=1.3
plotly~=5.11
pydantic~=1.9
Expand All @@ -11,4 +13,3 @@ scikit-learn~=1.0
smart-open[s3]~=5.2
sqlalchemy~=1.4
unflatten==0.1.1
dask[complete]==2023.5.1
1 change: 0 additions & 1 deletion requirements-dev.txt → test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-r requirements.txt
black
isort
lxml
Expand Down

0 comments on commit 7b4d9c6

Please sign in to comment.