Skip to content

Commit

Permalink
Updated conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Jun 1, 2021
1 parent 88a128a commit b1f3cb5
Show file tree
Hide file tree
Showing 11 changed files with 68,690 additions and 62,644 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teaching - resources for Cuemacro courses
teaching - resources for Cuemacro courses

In this repo, we have resources for Cuemacro courses (including Python for finance taught on QDC), such as how to install Anaconda, PyCharm etc.

Expand All @@ -22,9 +22,10 @@ You can also run some of the notebooks interactively with Binder too
* [Timestream example (nbviewer link)](https://nbviewer.jupyter.org/github/cuemacro/teaching/blob/master/pythoncourse/notebooks/timestream_example.ipynb) or run interactively in [Binder](https://mybinder.org/v2/gh/cuemacro/teaching/master?filepath=pythoncourse/notebooks/timestream_example.ipynb) - using AWS Timestream database from Python
* [Vaex example (nbviewer link)](https://nbviewer.jupyter.org/github/cuemacro/teaching/blob/master/pythoncourse/notebooks/vaex_example.ipynb) or run interactively in [Binder](https://mybinder.org/v2/gh/cuemacro/teaching/master?filepath=pythoncourse/notebooks/timestream_example.ipynb) - TBA Binder friendly version


# Coding log

* 01 Jun 2021
* Updated Cuemacro libraries to latest versions for conda environments
* 24 Apr 2021
* Updated conda environments to Python 3.8 and Pandas 1.2.3
* 09 Mar 2021
Expand Down
6 changes: 3 additions & 3 deletions pythoncourse/installation/environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ dependencies:
- bs4==0.0.1
- celery==5.0.5
- chart-studio==1.1.0
- chartpy==0.1.8
- chartpy==0.1.9
- click-didyoumean==0.0.3
- click-plugins==1.1.1
- click-repl==0.1.6
Expand Down Expand Up @@ -645,9 +645,9 @@ dependencies:
- feedfinder2==0.0.4
- feedparser==6.0.2
- financepy==0.193
- findatapy==0.1.20
- findatapy==0.1.21
- findspark==1.4.2
- finmarketpy==0.11.8
- finmarketpy==0.11.9
- flask-compress==1.9.0
- flask-ngrok==0.0.25
- funcy==1.15
Expand Down
6 changes: 3 additions & 3 deletions pythoncourse/installation/environment_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ dependencies:
- catalogue==2.0.3
- celery==5.0.5
- chart-studio==1.1.0
- chartpy==0.1.8
- chartpy==0.1.9
- click-didyoumean==0.0.3
- click-plugins==1.1.1
- click-repl==0.1.6
Expand Down Expand Up @@ -568,9 +568,9 @@ dependencies:
- feedfinder2==0.0.4
- feedparser==6.0.2
- financepy==0.193
- findatapy==0.1.20
- findatapy==0.1.21
- findspark==1.4.2
- finmarketpy==0.11.8
- finmarketpy==0.11.9
- flask-compress==1.9.0
- flask-ngrok==0.0.25
- freetype-py==2.2.0
Expand Down
6 changes: 3 additions & 3 deletions pythoncourse/installation/environment_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ dependencies:
- celery==5.0.5
- chardet==3.0.4
- chart-studio==1.1.0
- chartpy==0.1.8
- chartpy==0.1.9
- click-didyoumean==0.0.3
- click-plugins==1.1.1
- click-repl==0.1.6
Expand Down Expand Up @@ -588,9 +588,9 @@ dependencies:
- feedfinder2==0.0.4
- feedparser==6.0.2
- financepy==0.193
- findatapy==0.1.20
- findatapy==0.1.21
- findspark==1.4.2
- finmarketpy==0.11.8
- finmarketpy==0.11.9
- flask-compress==1.9.0
- flask-ngrok==0.0.25
- funcy==1.15
Expand Down
Loading

0 comments on commit b1f3cb5

Please sign in to comment.