Skip to content

Commit 9a9ae9b

Browse files
committed
v0.0.10
1 parent 9ceb72b commit 9a9ae9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM python:3.10-bullseye
22
WORKDIR /app
3-
RUN pip install --upgrade pip && pip install numpy matplotlib seaborn scikit-learn yfinance scipy statsmodels sympy bokeh plotly dash networkx pyvis pandas
3+
RUN pip install --upgrade pip && pip install numpy matplotlib seaborn scikit-learn yfinance scipy statsmodels sympy bokeh plotly dash networkx pyvis pandas agixtsdk

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The container comes preloaded with the following packages:
2020
- networkx
2121
- pyvis
2222
- pandas
23+
- agixtsdk
2324

2425
## Installation
2526

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
# Read the contents of your README file
54
this_directory = os.path.abspath(os.path.dirname(__file__))
65
with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
76
long_description = f.read()
87

98
setup(
109
name="safeexecute",
11-
version="0.0.9",
10+
version="0.0.10",
1211
description="Safe way to execute Python code with containerization.",
1312
long_description=long_description,
1413
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)