Skip to content

Commit cfc5876

Browse files
authored
Merge pull request #128 from adknowledgeportal/update-schematic
bump schematic version to 24.11.2
2 parents 548803d + abbf944 commit cfc5876

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/universal:2",
3-
"hostRequirements": {
4-
"cpus": 4,
5-
"memory": "4gb",
6-
"storage": "16gb"
7-
},
2+
"image": "mcr.microsoft.com/devcontainers/python:3.10",
83
"features": {
94
},
105
"postCreateCommand": "bash ./.devcontainer/post-create.sh",

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# install schematic and other packages
4-
pip install -r ../requirements.txt
4+
pip install -r /workspaces/data-models/requirements.txt

filled-manifests/synapse_storage_manifest_individualkey.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.26.4
22
pandas>=2.0.0
33
synapseclient>=4.3.0
4-
schematicpy==24.7.2
4+
schematicpy==24.11.2
55
ipython>=8.26.0

0 commit comments

Comments
 (0)