Skip to content

Commit

Permalink
remove: conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhtos committed Sep 26, 2024
1 parent c243a36 commit b8af27a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 672 deletions.
2 changes: 1 addition & 1 deletion PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python -m pip install loglead
```

NOTE: pip version does not have the `tensorflow` dependencies necessary for `BertEmbeddings`.
If you want to use them, make a `conda` environment using the [environment](environment.yml) file and then install `loglead` there.
Install them manually (preferably in a conda enviroment).

### Known issues

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python -m pip install loglead
```
NOTE: pip version does not have the `tensorflow` dependencies necessary for `BertEmbeddings`.
If you want to use them, make a `conda` environment using the [environment](environment.yml) file and then install `loglead` there.
Install them manually (preferably in a conda enviroment).
### Known issues
Expand Down
254 changes: 0 additions & 254 deletions environment.yml

This file was deleted.

Loading

0 comments on commit b8af27a

Please sign in to comment.