crumb commited on
Commit
706d72f
·
verified ·
1 Parent(s): 83d073a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <details>
2
+ <summary>allowed libraries:</summary>
3
+ <pre><code>
4
+ "math", "cmath", "random", "statistics", "fractions", "decimal", "numbers",
5
+ "itertools", "functools", "operator",
6
+ "collections", "array", "bisect", "heapq", "weakref", "enum", "typing",
7
+ "string", "re", "textwrap", "pprint", "reprlib", "difflib",
8
+ "hashlib", "hmac", "secrets", "base64", "binascii", "quopri", "uu",
9
+ "copy", "contextlib", "abc", "dataclasses", "warnings", "gc",
10
+ "datetime", "calendar",
11
+ "inspect", "traceback", "ast", "tokenize", "keyword", "dis", "sys",
12
+ "json", "csv", "marshal",
13
+ "uuid",
14
+ "numpy", "scipy", "sympy", "sklearn", "statsmodels", "xgboost", "tqdm",
15
+ "shapely", "PyWavelets", "z3", "cvxpy",<br>
16
+ "os", "io", "pathlib", "glob", "fnmatch", "linecache", "tempfile", "shutil",
17
+ "fileinput", "stat",
18
+ "pickle", "shelve", "dbm", "sqlite3",
19
+ "zipfile", "tarfile", "gzip", "bz2", "lzma", "zlib",
20
+ "configparser", "argparse", "getopt", "optparse", "logging", "getpass",
21
+ "profile", "cProfile", "pstats", "timeit", "tracemalloc", "faulthandler", "pdb",
22
+ "curses", "termios", "tty", "pty", "platform",
23
+ "plistlib", "netrc", "xdrlib", "mailbox", "mimetypes", "wave", "aifc",
24
+ "sndhdr", "imghdr", "colorsys", "chunk",
25
+ "sysconfig", "site", "resource",
26
+ "pandas", "matplotlib", "seaborn", "plotly", "torch", "tensorflow", "keras",
27
+ "gensim", "skimage", "PIL", "cv2", "nltk", "spacy", "dask", "polars",
28
+ "vaex", "h5py", "netCDF4", "xarray",
29
+ "Bio", "scikit-bio", "PyCogent",
30
+ "geopandas", "rasterio",
31
+ "rdkit", "openbabel", "pymatgen",
32
+ "astropy", "sunpy", "healpy",
33
+ "librosa",
34
+ "MDAnalysis", "OpenMM", "cartopy",<br>
35
+ "subprocess", "shlex",
36
+ "socket", "ssl", "select", "selectors", "asyncio", "socketserver",
37
+ "http", "urllib", "ftplib", "poplib", "imaplib", "smtplib", "telnetlib",
38
+ "xmlrpc", "webbrowser", "cgi", "cgitb", "wsgiref", "http.server",
39
+ "threading", "multiprocessing", "concurrent", "queue", "sched",
40
+ "contextvars", "signal", "mmap",
41
+ "importlib", "runpy", "code", "codeop",
42
+ "ctypes", "cffi", "msvcrt", "winreg", "winsound", "posix", "pwd", "spwd",
43
+ "grp", "crypt", "fcntl", "syslog", "pipes",
44
+ "email",
45
+ "ossaudiodev", "audioop",
46
+ "bdb", "trace",
47
+ "transformers", "datasets", "requests", "beautifulsoup4", "selenium",
48
+ "folium", "qiskit"
49
+ </code></pre>
50
+ </details>