Skip to content

Commit

Permalink
Remove pyturf
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatoschaves committed Jan 21, 2024
1 parent f382382 commit fc34e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 76 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.8
- name: Install and configure Poetry
uses: snok/[email protected]
with:
version: 1.2
virtualenvs-create: true
version: 1.7.1
virtualenvs-create: false
- name: Install dependencies
run: |
poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
Expand Down
72 changes: 1 addition & 71 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ matplotlib = "3.5.3"
numba = "0.56.2"
scipy = "1.7.3"
networkx = "2.6.3"
pyturf = "^0.6.7"
pandas = "1.3.5"
descartes = "1.1.0"
ipykernel = "6.16.0"
Expand Down

0 comments on commit fc34e25

Please sign in to comment.